diff options
author | Nikias Bassen | 2009-03-29 20:19:33 +0200 |
---|---|---|
committer | Nikias Bassen | 2009-03-29 20:19:33 +0200 |
commit | f0e505a4042d656a62b3ded832d2d9ea2defcf69 (patch) | |
tree | 51864ab10f99627af723d5262e68f7e250a7c6e9 /usbmuxd-proto.h | |
parent | 22073a7c051fb263f3d9481dfef844ccfc2a18d0 (diff) | |
download | usbmuxd-f0e505a4042d656a62b3ded832d2d9ea2defcf69.tar.gz usbmuxd-f0e505a4042d656a62b3ded832d2d9ea2defcf69.tar.bz2 |
ifdefs updated
Diffstat (limited to 'usbmuxd-proto.h')
-rw-r--r-- | usbmuxd-proto.h | 4 |
1 files changed, 2 insertions, 2 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> |