diff options
Diffstat (limited to 'daemon/client.h')
| -rw-r--r-- | daemon/client.h | 4 |
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 | |||
| 28 | struct device_info; | 28 | struct device_info; |
| 29 | struct mux_client; | 29 | struct mux_client; |
| 30 | 30 | ||
| 31 | int client_read(struct mux_client *client, void *buffer, int len); | 31 | int client_read(struct mux_client *client, void *buffer, uint32_t len); |
| 32 | int client_write(struct mux_client *client, void *buffer, int len); | 32 | int client_write(struct mux_client *client, void *buffer, uint32_t len); |
| 33 | int client_set_events(struct mux_client *client, short events); | 33 | int client_set_events(struct mux_client *client, short events); |
| 34 | void client_close(struct mux_client *client); | 34 | void client_close(struct mux_client *client); |
| 35 | int client_notify_connect(struct mux_client *client, enum usbmuxd_result result); | 35 | int client_notify_connect(struct mux_client *client, enum usbmuxd_result result); |
