diff options
| author | 2009-03-29 20:19:33 +0200 | |
|---|---|---|
| committer | 2009-03-29 20:19:33 +0200 | |
| commit | f0e505a4042d656a62b3ded832d2d9ea2defcf69 (patch) | |
| tree | 51864ab10f99627af723d5262e68f7e250a7c6e9 /usbmuxd.h | |
| parent | 22073a7c051fb263f3d9481dfef844ccfc2a18d0 (diff) | |
| download | usbmuxd-f0e505a4042d656a62b3ded832d2d9ea2defcf69.tar.gz usbmuxd-f0e505a4042d656a62b3ded832d2d9ea2defcf69.tar.bz2 | |
ifdefs updated
Diffstat (limited to 'usbmuxd.h')
| -rw-r--r-- | usbmuxd.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | #ifndef __LIBUSBMUXD_H | 1 | #ifndef __USBMUXD_H |
| 2 | #define __LIBUSBMUXD_H | 2 | #define __USBMUXD_H |
| 3 | 3 | ||
| 4 | /** | 4 | /** |
| 5 | * Array entry returned by 'usbmuxd_scan()' scanning. | 5 | * Array entry returned by 'usbmuxd_scan()' scanning. |
| @@ -42,4 +42,4 @@ int usbmuxd_scan(usbmuxd_scan_result **available_devices); | |||
| 42 | */ | 42 | */ |
| 43 | int usbmuxd_connect(const int handle, const unsigned short tcp_port); | 43 | int usbmuxd_connect(const int handle, const unsigned short tcp_port); |
| 44 | 44 | ||
| 45 | #endif /* __LIBUSBMUXD_H */ | 45 | #endif /* __USBMUXD_H */ |
