Rename SALT_TYPE_INTERN to SALT_TYPE_GENERIC

This commit is contained in:
jsteube
2017-07-14 14:57:31 +02:00
parent 8e3153549f
commit 967d7b9323
3 changed files with 59 additions and 62 deletions
+1 -2
View File
@@ -319,8 +319,7 @@ typedef enum salt_type
{
SALT_TYPE_NONE = 1,
SALT_TYPE_EMBEDDED = 2,
SALT_TYPE_INTERN = 3,
SALT_TYPE_EXTERN = 4,
SALT_TYPE_GENERIC = 3,
SALT_TYPE_VIRTUAL = 5
} salt_type_t;