diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libimobiledevice/debugserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/debugserver.h b/include/libimobiledevice/debugserver.h index 3b1969a..3626182 100644 --- a/include/libimobiledevice/debugserver.h +++ b/include/libimobiledevice/debugserver.h | |||
| @@ -195,7 +195,7 @@ debugserver_error_t debugserver_client_set_environment_hex_encoded(debugserver_c | |||
| 195 | * @return DEBUGSERVER_E_SUCCESS on success, | 195 | * @return DEBUGSERVER_E_SUCCESS on success, |
| 196 | * DEBUGSERVER_E_INVALID_ARG when name or command is NULL | 196 | * DEBUGSERVER_E_INVALID_ARG when name or command is NULL |
| 197 | */ | 197 | */ |
| 198 | debugserver_error_t debugserver_command_new(const char* name, int argc, const char* argv[], debugserver_command_t* command); | 198 | debugserver_error_t debugserver_command_new(const char* name, int argc, char* argv[], debugserver_command_t* command); |
| 199 | 199 | ||
| 200 | /** | 200 | /** |
| 201 | * Frees memory of command object. | 201 | * Frees memory of command object. |
