mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-04-08 18:03:33 +00:00
extra X64 kinds added to enum kind
log message updated to reflect new kinds replace_multiple_space_with_one() now returns new line length kind_as_string() added to util.c
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
#define __UTIL_H__
|
||||
|
||||
void remove_name_in_path(char *szPath);
|
||||
void replace_multiple_space_with_one(char *s, size_t len);
|
||||
int replace_multiple_space_with_one(char *s, size_t len);
|
||||
char *kind_as_string(char *s, enum kind kind, int n);
|
||||
char *version_as_string(char *, long v, int n);
|
||||
|
||||
#endif /* __UTIL_H__ */
|
||||
@@ -9,7 +9,9 @@ enum kind
|
||||
BASIC = 1,
|
||||
BANANA,
|
||||
POTATO,
|
||||
POTATOX64 = 6
|
||||
BASICX64,
|
||||
BANANAX64,
|
||||
POTATOX64,
|
||||
};
|
||||
|
||||
long login(T_VBVMR_INTERFACE *iVMR, int kind);
|
||||
|
||||
Reference in New Issue
Block a user