(dir_list_special.h) C89 build fix
This commit is contained in:
parent
df6f279991
commit
cd8a15c0df
|
@ -31,7 +31,7 @@ enum dir_list_type
|
||||||
DIR_LIST_CORE_INFO,
|
DIR_LIST_CORE_INFO,
|
||||||
DIR_LIST_DATABASES,
|
DIR_LIST_DATABASES,
|
||||||
DIR_LIST_PLAIN,
|
DIR_LIST_PLAIN,
|
||||||
DIR_LIST_SHADERS,
|
DIR_LIST_SHADERS
|
||||||
};
|
};
|
||||||
|
|
||||||
struct string_list *dir_list_new_special(const char *input_dir, enum dir_list_type type);
|
struct string_list *dir_list_new_special(const char *input_dir, enum dir_list_type type);
|
||||||
|
|
Loading…
Reference in New Issue