summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/irecovery.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/irecovery.c b/src/irecovery.c
index a623579..d53cf9b 100644
--- a/src/irecovery.c
+++ b/src/irecovery.c
@@ -33,6 +33,9 @@ enum {
33static unsigned int quit = 0; 33static unsigned int quit = 0;
34static unsigned int verbose = 0; 34static unsigned int verbose = 0;
35 35
36int precommand_cb(irecv_client_t client, const irecv_event_t* event);
37int postcommand_cb(irecv_client_t client, const irecv_event_t* event);
38
36void print_shell_usage() { 39void print_shell_usage() {
37 printf("Usage:\n"); 40 printf("Usage:\n");
38 printf("\t/upload <file>\tSend file to client.\n"); 41 printf("\t/upload <file>\tSend file to client.\n");