diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h index 1137a93..b5cab3f 100644 --- a/src/utils.h +++ b/src/utils.h | |||
| @@ -75,8 +75,8 @@ char *stpcpy(char * s1, const char * s2); | |||
| 75 | #endif | 75 | #endif |
| 76 | char *string_concat(const char *str, ...); | 76 | char *string_concat(const char *str, ...); |
| 77 | 77 | ||
| 78 | void buffer_read_from_filename(const char *filename, char **buffer, uint64_t *length); | 78 | int buffer_read_from_filename(const char *filename, char **buffer, uint64_t *length); |
| 79 | void buffer_write_to_filename(const char *filename, const char *buffer, uint64_t length); | 79 | int buffer_write_to_filename(const char *filename, const char *buffer, uint64_t length); |
| 80 | 80 | ||
| 81 | enum plist_format_t { | 81 | enum plist_format_t { |
| 82 | PLIST_FORMAT_XML, | 82 | PLIST_FORMAT_XML, |
