diff options
| author | 2009-06-20 04:29:23 +0200 | |
|---|---|---|
| committer | 2009-06-20 04:29:23 +0200 | |
| commit | 94d700159d010176a57640d6f59476aaf43875fc (patch) | |
| tree | e215eab15d5857b7eb7ef82deebee73cc3cbc1eb /src/usbmux.h | |
| parent | bb33ccdf06f261dca033d70772bc256c890c76f7 (diff) | |
| download | usbmuxd-94d700159d010176a57640d6f59476aaf43875fc.tar.gz usbmuxd-94d700159d010176a57640d6f59476aaf43875fc.tar.bz2 | |
hopefully fixed race condition on connection setup
Diffstat (limited to 'src/usbmux.h')
| -rw-r--r-- | src/usbmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usbmux.h b/src/usbmux.h index 2bcdb15..155316a 100644 --- a/src/usbmux.h +++ b/src/usbmux.h | |||
| @@ -48,4 +48,6 @@ int usbmux_pullbulk(usbmux_device_t device); | |||
| 48 | 48 | ||
| 49 | int usbmux_get_error(usbmux_client_t client); | 49 | int usbmux_get_error(usbmux_client_t client); |
| 50 | 50 | ||
| 51 | int usbmux_is_connected(usbmux_client_t client); | ||
| 52 | |||
| 51 | #endif | 53 | #endif |
