summaryrefslogtreecommitdiffstats
path: root/include/usbmuxd-proto.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-09-13 01:17:54 +0200
committerGravatar Nikias Bassen2014-09-13 01:17:54 +0200
commit1d04157785b1dad73d955046a4b67e5d55bc535a (patch)
tree1664010978920b1f1aff1013fec037ed953c5b60 /include/usbmuxd-proto.h
parente5fbc1dce53acbb92d1aaa83b2784c25f286f80f (diff)
downloadlibusbmuxd-1d04157785b1dad73d955046a4b67e5d55bc535a.tar.gz
libusbmuxd-1d04157785b1dad73d955046a4b67e5d55bc535a.tar.bz2
Properly rename header guards according to C++ standard
Diffstat (limited to 'include/usbmuxd-proto.h')
-rw-r--r--include/usbmuxd-proto.h6
1 files changed, 3 insertions, 3 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 */