mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-04-08 18:03:33 +00:00
fixes compiler error 'Forward declaration of enums'
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
void remove_name_in_path(char *szPath);
|
||||
int replace_multiple_space_with_one(char *s, size_t len);
|
||||
char *kind_as_string(char *s, enum kind kind, int n);
|
||||
char *kind_as_string(char *s, int kind, int n);
|
||||
char *version_as_string(char *, long v, int n);
|
||||
|
||||
#endif /* __UTIL_H__ */
|
||||
Reference in New Issue
Block a user