mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
upd util.h
This commit is contained in:
parent
dc8a4036c8
commit
48bb15e8f2
@ -8,9 +8,9 @@
|
||||
#ifndef __UTIL_H__
|
||||
#define __UTIL_H__
|
||||
|
||||
void remove_last_part_of_path(char *szPath);
|
||||
void remove_last_part_of_path(char *fullpath);
|
||||
int replace_blanks_with_single_space(char *s, size_t len);
|
||||
char *kind_as_string(char *s, int kind, int n);
|
||||
char *version_as_string(char *, long v, int n);
|
||||
char *version_as_string(char *s, long v, int n);
|
||||
|
||||
#endif /* __UTIL_H__ */
|
Loading…
Reference in New Issue
Block a user