From b7976d2a53b27ec9c42f81a22e91704dbcc5fb53 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 13 Sep 2014 01:06:14 +0200 Subject: Properly rename header guards according to C++ standard --- src/usbmuxd-proto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usbmuxd-proto.h') diff --git a/src/usbmuxd-proto.h b/src/usbmuxd-proto.h index 7842975..58ff4ea 100644 --- a/src/usbmuxd-proto.h +++ b/src/usbmuxd-proto.h @@ -21,8 +21,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 #define USBMUXD_PROTOCOL_VERSION 0 @@ -93,4 +93,4 @@ struct usbmuxd_device_record { } #endif -#endif /* __USBMUXD_PROTO_H */ +#endif /* USBMUXD_PROTO_H */ -- cgit v1.1-32-gdbae