diff options
Diffstat (limited to 'libusbmuxd/libusbmuxd.c')
| -rw-r--r-- | libusbmuxd/libusbmuxd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusbmuxd/libusbmuxd.c b/libusbmuxd/libusbmuxd.c index 2fbe139..8be5c4a 100644 --- a/libusbmuxd/libusbmuxd.c +++ b/libusbmuxd/libusbmuxd.c | |||
| @@ -88,7 +88,7 @@ static int usbmuxd_get_result(int sfd, uint32_t tag, uint32_t * result) | |||
| 88 | * A reference to a populated usbmuxd_event_t with information about the event | 88 | * A reference to a populated usbmuxd_event_t with information about the event |
| 89 | * and the corresponding device will be passed to the callback function. | 89 | * and the corresponding device will be passed to the callback function. |
| 90 | */ | 90 | */ |
| 91 | static void generate_event(usbmuxd_event_cb_t callback, const usbmuxd_device_info_t *dev, enum usbmuxd_device_event event, void *user_data) | 91 | static void generate_event(usbmuxd_event_cb_t callback, const usbmuxd_device_info_t *dev, enum usbmuxd_event_type event, void *user_data) |
| 92 | { | 92 | { |
| 93 | usbmuxd_event_t ev; | 93 | usbmuxd_event_t ev; |
| 94 | 94 | ||
