diff options
-rw-r--r-- | usbmuxd-proto.h | 4 | ||||
-rw-r--r-- | usbmuxd.h | 6 |
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 @@ /* Protocol defintion for usbmuxd proxy protocol */ -#ifndef __USBMUXD_H -#define __USBMUXD_H +#ifndef __USBMUXD_PROTO_H +#define __USBMUXD_PROTO_H #include <stdint.h> @@ -1,5 +1,5 @@ -#ifndef __LIBUSBMUXD_H -#define __LIBUSBMUXD_H +#ifndef __USBMUXD_H +#define __USBMUXD_H /** * Array entry returned by 'usbmuxd_scan()' scanning. @@ -42,4 +42,4 @@ int usbmuxd_scan(usbmuxd_scan_result **available_devices); */ int usbmuxd_connect(const int handle, const unsigned short tcp_port); -#endif /* __LIBUSBMUXD_H */ +#endif /* __USBMUXD_H */ |