summaryrefslogtreecommitdiffstats
path: root/src/webinspector.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-26 19:58:12 +0100
committerGravatar Martin Szulecki2013-02-27 16:18:15 +0100
commitbd6a2860e9b6764c2073d1159ef3070df7f036d8 (patch)
treede2489b8469921fb67e196fd0ead88fcbdeb638b /src/webinspector.c
parentf8066bbf5169b7d7e68771bce677355e33a595c1 (diff)
downloadlibimobiledevice-bd6a2860e9b6764c2073d1159ef3070df7f036d8.tar.gz
libimobiledevice-bd6a2860e9b6764c2073d1159ef3070df7f036d8.tar.bz2
Rename start service methods to be consistent
Diffstat (limited to 'src/webinspector.c')
-rw-r--r--src/webinspector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webinspector.c b/src/webinspector.c
index eb12d4d..1b39ea0 100644
--- a/src/webinspector.c
+++ b/src/webinspector.c
@@ -108,7 +108,7 @@ webinspector_error_t webinspector_client_new(idevice_t device, lockdownd_service
* @return WEBINSPECTOR_E_SUCCESS on success, or an WEBINSPECTOR_E_* error
* code otherwise.
*/
-webinspector_error_t webinspector_start_service(idevice_t device, webinspector_client_t * client)
+webinspector_error_t webinspector_client_start_service(idevice_t device, webinspector_client_t * client)
{
*client = NULL;