diff options
| author | 2014-12-08 00:28:33 +0100 | |
|---|---|---|
| committer | 2014-12-08 00:28:33 +0100 | |
| commit | 83c45ae97ffb8db73b92ccbf1e89443fefbcb937 (patch) | |
| tree | 141989343c9da3e278c27902defe93361c96b4a0 /common | |
| 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')
| -rw-r--r-- | common/userpref.h | 2 | ||||
| -rw-r--r-- | common/utils.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/userpref.h b/common/userpref.h index ce38018..0c70437 100644 --- a/common/userpref.h +++ b/common/userpref.h | |||
| @@ -61,7 +61,7 @@ typedef gnutls_datum_t key_data_t; | |||
| 61 | 61 | ||
| 62 | typedef int16_t userpref_error_t; | 62 | typedef int16_t userpref_error_t; |
| 63 | 63 | ||
| 64 | const char *userpref_get_config_dir(); | 64 | const char *userpref_get_config_dir(void); |
| 65 | int userpref_read_system_buid(char **system_buid); | 65 | int userpref_read_system_buid(char **system_buid); |
| 66 | userpref_error_t userpref_read_pair_record(const char *udid, plist_t *pair_record); | 66 | userpref_error_t userpref_read_pair_record(const char *udid, plist_t *pair_record); |
| 67 | userpref_error_t userpref_save_pair_record(const char *udid, plist_t pair_record); | 67 | userpref_error_t userpref_save_pair_record(const char *udid, plist_t pair_record); |
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); |
