summaryrefslogtreecommitdiffstats
path: root/common/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/utils.h')
-rw-r--r--common/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/utils.h b/common/utils.h
index 96e6ba2..5cd4a53 100644
--- a/common/utils.h
+++ b/common/utils.h
@@ -38,6 +38,7 @@ char *stpcpy(char *s1, const char *s2);
38#endif 38#endif
39char *string_concat(const char *str, ...); 39char *string_concat(const char *str, ...);
40char *string_build_path(const char *elem, ...); 40char *string_build_path(const char *elem, ...);
41char *string_toupper(char *str);
41char *generate_uuid(); 42char *generate_uuid();
42 43
43void buffer_read_from_filename(const char *filename, char **buffer, uint64_t *length); 44void buffer_read_from_filename(const char *filename, char **buffer, uint64_t *length);