summaryrefslogtreecommitdiffstats
path: root/libusbmuxd/usbmuxd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusbmuxd/usbmuxd.h')
-rw-r--r--libusbmuxd/usbmuxd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libusbmuxd/usbmuxd.h b/libusbmuxd/usbmuxd.h
index 1bbf478..eabd216 100644
--- a/libusbmuxd/usbmuxd.h
+++ b/libusbmuxd/usbmuxd.h
@@ -25,6 +25,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
25#define __USBMUXD_H 25#define __USBMUXD_H
26#include <stdint.h> 26#include <stdint.h>
27 27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
28/** 32/**
29 * Device information structure holding data to identify the device. 33 * Device information structure holding data to identify the device.
30 * The relevant 'handle' should be passed to 'usbmuxd_connect()', to 34 * The relevant 'handle' should be passed to 'usbmuxd_connect()', to
@@ -170,4 +174,8 @@ int usbmuxd_recv_timeout(int sfd, char *data, uint32_t len, uint32_t *recv_bytes
170 */ 174 */
171int usbmuxd_recv(int sfd, char *data, uint32_t len, uint32_t *recv_bytes); 175int usbmuxd_recv(int sfd, char *data, uint32_t len, uint32_t *recv_bytes);
172 176
177#ifdef __cplusplus
178}
179#endif
180
173#endif /* __USBMUXD_H */ 181#endif /* __USBMUXD_H */