diff options
| author | 2014-09-13 01:17:54 +0200 | |
|---|---|---|
| committer | 2014-09-13 01:17:54 +0200 | |
| commit | 1d04157785b1dad73d955046a4b67e5d55bc535a (patch) | |
| tree | 1664010978920b1f1aff1013fec037ed953c5b60 /include/usbmuxd.h | |
| parent | e5fbc1dce53acbb92d1aaa83b2784c25f286f80f (diff) | |
| download | libusbmuxd-1d04157785b1dad73d955046a4b67e5d55bc535a.tar.gz libusbmuxd-1d04157785b1dad73d955046a4b67e5d55bc535a.tar.bz2 | |
Properly rename header guards according to C++ standard
Diffstat (limited to 'include/usbmuxd.h')
| -rw-r--r-- | include/usbmuxd.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| 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 */ | 
