diff options
| author | 2014-12-08 00:28:33 +0100 | |
|---|---|---|
| committer | 2014-12-08 00:28:33 +0100 | |
| commit | 83c45ae97ffb8db73b92ccbf1e89443fefbcb937 (patch) | |
| tree | 141989343c9da3e278c27902defe93361c96b4a0 /common/userpref.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/userpref.h')
| -rw-r--r-- | common/userpref.h | 2 | 
1 files changed, 1 insertions, 1 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;  typedef int16_t userpref_error_t; -const char *userpref_get_config_dir(); +const char *userpref_get_config_dir(void);  int userpref_read_system_buid(char **system_buid);  userpref_error_t userpref_read_pair_record(const char *udid, plist_t *pair_record);  userpref_error_t userpref_save_pair_record(const char *udid, plist_t pair_record); | 
