diff options
| author | 2014-12-09 14:52:26 +0100 | |
|---|---|---|
| committer | 2014-12-09 14:52:26 +0100 | |
| commit | e5795ac9abdecac6af43ef3c1e8bf636e8a70c13 (patch) | |
| tree | fa71892d06c3f9433df827f59cec73236a8f62ec /include/libimobiledevice/debugserver.h | |
| parent | 05fa8d0a048cc92048a03eb06dd8883f9c76a632 (diff) | |
| download | libimobiledevice-e5795ac9abdecac6af43ef3c1e8bf636e8a70c13.tar.gz libimobiledevice-e5795ac9abdecac6af43ef3c1e8bf636e8a70c13.tar.bz2 | |
debugserver: Remove const argv requirement for creating commands
Diffstat (limited to 'include/libimobiledevice/debugserver.h')
| -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. |
