diff options
Diffstat (limited to 'cli/btpd_if.h')
| -rw-r--r-- | cli/btpd_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/btpd_if.h b/cli/btpd_if.h index bda9739..e67770f 100644 --- a/cli/btpd_if.h +++ b/cli/btpd_if.h @@ -14,7 +14,7 @@ int ipc_close(struct ipc *ipc); int btpd_add(struct ipc *ipc, char **path, unsigned npaths, char **out); int btpd_del(struct ipc *ipc, uint8_t (*hash)[20], - unsigned nhashes, char **out); + unsigned nhashes, char **out); int btpd_die(struct ipc *ipc); int btpd_stat(struct ipc *ipc, char **out); |