diff options
| author | 2015-10-06 22:07:56 +0200 | |
|---|---|---|
| committer | 2015-10-06 22:07:56 +0200 | |
| commit | 2d5c2195bbdcc02774fa3f70a23759b3cb8b4aed (patch) | |
| tree | 586ddff4b41392937c3c84543e2a89dfc7d9d8ed /src/mobilesync.c | |
| parent | f268393d4e447ac901879bee751d7350c495fed2 (diff) | |
| download | libimobiledevice-2d5c2195bbdcc02774fa3f70a23759b3cb8b4aed.tar.gz libimobiledevice-2d5c2195bbdcc02774fa3f70a23759b3cb8b4aed.tar.bz2 | |
Add missing "(void)" to functions to match public headers
Diffstat (limited to 'src/mobilesync.c')
| -rw-r--r-- | src/mobilesync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobilesync.c b/src/mobilesync.c index 06fb1c1..d903cfe 100644 --- a/src/mobilesync.c +++ b/src/mobilesync.c | |||
| @@ -739,7 +739,7 @@ LIBIMOBILEDEVICE_API void mobilesync_anchors_free(mobilesync_anchors_t anchors) | |||
| 739 | anchors = NULL; | 739 | anchors = NULL; |
| 740 | } | 740 | } |
| 741 | 741 | ||
| 742 | LIBIMOBILEDEVICE_API plist_t mobilesync_actions_new() | 742 | LIBIMOBILEDEVICE_API plist_t mobilesync_actions_new(void) |
| 743 | { | 743 | { |
| 744 | return plist_new_dict(); | 744 | return plist_new_dict(); |
| 745 | } | 745 | } |
