summaryrefslogtreecommitdiffstats
path: root/daemon/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/client.h')
-rw-r--r--daemon/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/client.h b/daemon/client.h
index 444fe15..60d8348 100644
--- a/daemon/client.h
+++ b/daemon/client.h
@@ -28,8 +28,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
28struct device_info; 28struct device_info;
29struct mux_client; 29struct mux_client;
30 30
31int client_read(struct mux_client *client, void *buffer, int len); 31int client_read(struct mux_client *client, void *buffer, uint32_t len);
32int client_write(struct mux_client *client, void *buffer, int len); 32int client_write(struct mux_client *client, void *buffer, uint32_t len);
33int client_set_events(struct mux_client *client, short events); 33int client_set_events(struct mux_client *client, short events);
34void client_close(struct mux_client *client); 34void client_close(struct mux_client *client);
35int client_notify_connect(struct mux_client *client, enum usbmuxd_result result); 35int client_notify_connect(struct mux_client *client, enum usbmuxd_result result);