summaryrefslogtreecommitdiffstats
path: root/src/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.c b/src/client.c
index aa276cd..c8fb470 100644
--- a/src/client.c
+++ b/src/client.c
@@ -190,6 +190,7 @@ static int send_pkt(struct mux_client *client, uint32_t tag, enum usbmuxd_msgtyp
190 return hdr.length; 190 return hdr.length;
191} 191}
192 192
193#ifdef HAVE_PLIST
193static int send_plist_pkt(struct mux_client *client, uint32_t tag, plist_t plist) 194static int send_plist_pkt(struct mux_client *client, uint32_t tag, plist_t plist)
194{ 195{
195 int res = -1; 196 int res = -1;
@@ -204,6 +205,7 @@ static int send_plist_pkt(struct mux_client *client, uint32_t tag, plist_t plist
204 } 205 }
205 return res; 206 return res;
206} 207}
208#endif
207 209
208static int send_result(struct mux_client *client, uint32_t tag, uint32_t result) 210static int send_result(struct mux_client *client, uint32_t tag, uint32_t result)
209{ 211{