diff options
| author | 2013-09-19 07:45:02 +0200 | |
|---|---|---|
| committer | 2013-09-19 07:45:02 +0200 | |
| commit | f631e8e055dfcdae440631902ed8a38eb5109cb8 (patch) | |
| tree | eeac77f6fef5eea8399160dc2ca1cb001ecfc338 /src/device.h | |
| parent | 23bcddf12b520f613451705e3f85c38c40333a90 (diff) | |
| download | usbmuxd-f631e8e055dfcdae440631902ed8a38eb5109cb8.tar.gz usbmuxd-f631e8e055dfcdae440631902ed8a38eb5109cb8.tar.bz2 | |
added preflight worker implementation to handle initial device pairing
Diffstat (limited to 'src/device.h')
| -rw-r--r-- | src/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h index ea77069..4b1a581 100644 --- a/src/device.h +++ b/src/device.h | |||
| @@ -40,6 +40,8 @@ int device_start_connect(int device_id, uint16_t port, struct mux_client *client | |||
| 40 | void device_client_process(int device_id, struct mux_client *client, short events); | 40 | void device_client_process(int device_id, struct mux_client *client, short events); |
| 41 | void device_abort_connect(int device_id, struct mux_client *client); | 41 | void device_abort_connect(int device_id, struct mux_client *client); |
| 42 | 42 | ||
| 43 | void device_set_visible(int device_id); | ||
| 44 | |||
| 43 | int device_get_count(void); | 45 | int device_get_count(void); |
| 44 | int device_get_list(struct device_info *p); | 46 | int device_get_list(struct device_info *p); |
| 45 | 47 | ||
