summaryrefslogtreecommitdiffstats
path: root/src/asr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asr.h')
-rw-r--r--src/asr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asr.h b/src/asr.h
index bddcbe2..b3336a5 100644
--- a/src/asr.h
+++ b/src/asr.h
@@ -43,7 +43,7 @@ typedef struct asr_client *asr_client_t;
int asr_open_with_timeout(idevice_t device, asr_client_t* asr);
void asr_set_progress_callback(asr_client_t asr, asr_progress_cb_t, void* userdata);
-int asr_send(asr_client_t asr, plist_t* data);
+int asr_send(asr_client_t asr, plist_t data);
int asr_receive(asr_client_t asr, plist_t* data);
int asr_send_buffer(asr_client_t asr, const char* data, uint32_t size);
void asr_free(asr_client_t asr);