diff options
| author | 2008-08-12 19:35:12 +0200 | |
|---|---|---|
| committer | 2008-08-31 19:27:19 +0200 | |
| commit | a8409b6f5aa11e05f59249f8b44ea3107cff5274 (patch) | |
| tree | 1944065392adb9331f4dce4b5add45995627d173 /include/libiphone/libiphone.h | |
| parent | 143a48bd42db0f7aa23517c6d7eec81f19fa9ce3 (diff) | |
| download | libimobiledevice-a8409b6f5aa11e05f59249f8b44ea3107cff5274.tar.gz libimobiledevice-a8409b6f5aa11e05f59249f8b44ea3107cff5274.tar.bz2 | |
more libraryzing
Diffstat (limited to 'include/libiphone/libiphone.h')
| -rw-r--r-- | include/libiphone/libiphone.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index 7a4f224..4f131e1 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -36,7 +36,9 @@ typedef struct lockdownd_client_s *lockdownd_client_t; | |||
| 36 | 36 | ||
| 37 | void free_iPhone(iPhone_t victim); | 37 | void free_iPhone(iPhone_t victim); |
| 38 | iPhone_t get_iPhone(); | 38 | iPhone_t get_iPhone(); |
| 39 | |||
| 39 | int lockdownd_init(iPhone_t phone, lockdownd_client_t *control); | 40 | int lockdownd_init(iPhone_t phone, lockdownd_client_t *control); |
| 41 | int lockdownd_start_service(lockdownd_client_t control, const char *service); | ||
| 40 | 42 | ||
| 41 | #ifdef __cplusplus | 43 | #ifdef __cplusplus |
| 42 | } | 44 | } |
