summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usbmuxd-proto.h4
-rw-r--r--usbmuxd.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/usbmuxd-proto.h b/usbmuxd-proto.h
index 868ee06..7f8c2d6 100644
--- a/usbmuxd-proto.h
+++ b/usbmuxd-proto.h
@@ -1,7 +1,7 @@
1/* Protocol defintion for usbmuxd proxy protocol */ 1/* Protocol defintion for usbmuxd proxy protocol */
2 2
3#ifndef __USBMUXD_H 3#ifndef __USBMUXD_PROTO_H
4#define __USBMUXD_H 4#define __USBMUXD_PROTO_H
5 5
6#include <stdint.h> 6#include <stdint.h>
7 7
diff --git a/usbmuxd.h b/usbmuxd.h
index da99f1f..15e97ee 100644
--- a/usbmuxd.h
+++ b/usbmuxd.h
@@ -1,5 +1,5 @@
1#ifndef __LIBUSBMUXD_H 1#ifndef __USBMUXD_H
2#define __LIBUSBMUXD_H 2#define __USBMUXD_H
3 3
4/** 4/**
5 * Array entry returned by 'usbmuxd_scan()' scanning. 5 * Array entry returned by 'usbmuxd_scan()' scanning.
@@ -42,4 +42,4 @@ int usbmuxd_scan(usbmuxd_scan_result **available_devices);
42 */ 42 */
43int usbmuxd_connect(const int handle, const unsigned short tcp_port); 43int usbmuxd_connect(const int handle, const unsigned short tcp_port);
44 44
45#endif /* __LIBUSBMUXD_H */ 45#endif /* __USBMUXD_H */