diff options
Diffstat (limited to 'common/utils.h')
| -rw-r--r-- | common/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/utils.h b/common/utils.h index 0e78b3c..c1b6c32 100644 --- a/common/utils.h +++ b/common/utils.h | |||
| @@ -37,6 +37,7 @@ | |||
| 37 | char *stpcpy(char * s1, const char * s2); | 37 | char *stpcpy(char * s1, const char * s2); |
| 38 | #endif | 38 | #endif |
| 39 | char *string_concat(const char *str, ...); | 39 | char *string_concat(const char *str, ...); |
| 40 | char *generate_uuid(); | ||
| 40 | 41 | ||
| 41 | void buffer_read_from_filename(const char *filename, char **buffer, uint64_t *length); | 42 | void buffer_read_from_filename(const char *filename, char **buffer, uint64_t *length); |
| 42 | void buffer_write_to_filename(const char *filename, const char *buffer, uint64_t length); | 43 | void buffer_write_to_filename(const char *filename, const char *buffer, uint64_t length); |
