diff options
| author | 2014-09-13 01:06:14 +0200 | |
|---|---|---|
| committer | 2014-09-13 01:06:14 +0200 | |
| commit | b7976d2a53b27ec9c42f81a22e91704dbcc5fb53 (patch) | |
| tree | 6a8ce914448972f357e65b0d37118b4ed685cf28 /src/device.h | |
| parent | e72f2f79df5b72e71195fb7f27f5a0b525d05e4e (diff) | |
| download | usbmuxd-b7976d2a53b27ec9c42f81a22e91704dbcc5fb53.tar.gz usbmuxd-b7976d2a53b27ec9c42f81a22e91704dbcc5fb53.tar.bz2 | |
Properly rename header guards according to C++ standard
Diffstat (limited to 'src/device.h')
| -rw-r--r-- | src/device.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/device.h b/src/device.h index cb5bc24..37f0c3c 100644 --- a/src/device.h +++ b/src/device.h | |||
| @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |||
| 18 | 18 | ||
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #ifndef __DEVICE_H__ | 21 | #ifndef DEVICE_H |
| 22 | #define __DEVICE_H__ | 22 | #define DEVICE_H |
| 23 | 23 | ||
| 24 | #include "usb.h" | 24 | #include "usb.h" |
| 25 | #include "client.h" | 25 | #include "client.h" |
| @@ -52,4 +52,5 @@ void device_check_timeouts(void); | |||
| 52 | void device_init(void); | 52 | void device_init(void); |
| 53 | void device_kill_connections(void); | 53 | void device_kill_connections(void); |
| 54 | void device_shutdown(void); | 54 | void device_shutdown(void); |
| 55 | |||
| 55 | #endif | 56 | #endif |
