diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usbmuxd-proto.h | 6 | ||||
-rw-r--r-- | include/usbmuxd.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/include/usbmuxd-proto.h b/include/usbmuxd-proto.h index be9e709..c260310 100644 --- a/include/usbmuxd-proto.h +++ b/include/usbmuxd-proto.h @@ -22,8 +22,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /* Protocol defintion for usbmuxd proxy protocol */ -#ifndef __USBMUXD_PROTO_H -#define __USBMUXD_PROTO_H +#ifndef USBMUXD_PROTO_H +#define USBMUXD_PROTO_H #include <stdint.h> #define USBMUXD_PROTOCOL_VERSION 0 @@ -94,4 +94,4 @@ struct usbmuxd_device_record { } #endif -#endif /* __USBMUXD_PROTO_H */ +#endif /* USBMUXD_PROTO_H */ diff --git a/include/usbmuxd.h b/include/usbmuxd.h index 75a42f5..3f61fae 100644 --- a/include/usbmuxd.h +++ b/include/usbmuxd.h @@ -21,8 +21,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __USBMUXD_H -#define __USBMUXD_H +#ifndef USBMUXD_H +#define USBMUXD_H #include <stdint.h> #ifdef __cplusplus @@ -231,4 +231,4 @@ void libusbmuxd_set_debug_level(int level); } #endif -#endif /* __USBMUXD_H */ +#endif /* USBMUXD_H */ |