summaryrefslogtreecommitdiffstats
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index bac563d..6cac4db 100644
--- a/src/client.h
+++ b/src/client.h
@@ -35,6 +35,7 @@ int client_notify_connect(struct mux_client *client, enum usbmuxd_result result)
35 35
36void client_device_add(struct device_info *dev); 36void client_device_add(struct device_info *dev);
37void client_device_remove(int device_id); 37void client_device_remove(int device_id);
38void client_device_paired(int device_id);
38 39
39int client_accept(int fd); 40int client_accept(int fd);
40void client_get_fds(struct fdlist *list); 41void client_get_fds(struct fdlist *list);