about summary refs log tree commit diff
path: root/cli/btcli.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli/btcli.h')
-rw-r--r--cli/btcli.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/btcli.h b/cli/btcli.h
index 5b64662..96c3f4b 100644
--- a/cli/btcli.h
+++ b/cli/btcli.h
@@ -21,8 +21,8 @@ extern const char *btpd_dir;
 extern struct ipc *ipc;
 
 void btpd_connect(void);
-enum ipc_err handle_ipc_res(enum ipc_err err, const char *target);
-
+enum ipc_err handle_ipc_res(enum ipc_err err, const char *cmd,
+    const char *target);
 char tstate_char(enum ipc_tstate ts);
 int torrent_spec(char *arg, struct ipc_torrent *tp);