diff options
| author | 2014-12-08 00:28:33 +0100 | |
|---|---|---|
| committer | 2014-12-08 00:28:33 +0100 | |
| commit | 83c45ae97ffb8db73b92ccbf1e89443fefbcb937 (patch) | |
| tree | 141989343c9da3e278c27902defe93361c96b4a0 /common/utils.h | |
| parent | 03c8f4fa8a41c11702ce10ce79c2a591f297c63e (diff) | |
| download | libimobiledevice-83c45ae97ffb8db73b92ccbf1e89443fefbcb937.tar.gz libimobiledevice-83c45ae97ffb8db73b92ccbf1e89443fefbcb937.tar.bz2 | |
Replace () with (void) in libinternalcommon and tools for consistency
Diffstat (limited to 'common/utils.h')
| -rw-r--r-- | common/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/utils.h b/common/utils.h index 97d3748..90cfa4a 100644 --- a/common/utils.h +++ b/common/utils.h | |||
| @@ -40,7 +40,7 @@ char *string_concat(const char *str, ...); | |||
| 40 | char *string_build_path(const char *elem, ...); | 40 | char *string_build_path(const char *elem, ...); |
| 41 | char *string_format_size(uint64_t size); | 41 | char *string_format_size(uint64_t size); |
| 42 | char *string_toupper(char *str); | 42 | char *string_toupper(char *str); |
| 43 | char *generate_uuid(); | 43 | char *generate_uuid(void); |
| 44 | 44 | ||
| 45 | void buffer_read_from_filename(const char *filename, char **buffer, uint64_t *length); | 45 | void buffer_read_from_filename(const char *filename, char **buffer, uint64_t *length); |
| 46 | void buffer_write_to_filename(const char *filename, const char *buffer, uint64_t length); | 46 | void buffer_write_to_filename(const char *filename, const char *buffer, uint64_t length); |
