From 1e4d65033781cd44876b7b2634976259e4bef7c5 Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Fri, 28 May 2010 13:37:42 -0400 Subject: Fixed build errors --- src/irecovery.c | 3 +++ 1 file changed, 3 insertions(+) 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 { static unsigned int quit = 0; static unsigned int verbose = 0; +int precommand_cb(irecv_client_t client, const irecv_event_t* event); +int postcommand_cb(irecv_client_t client, const irecv_event_t* event); + void print_shell_usage() { printf("Usage:\n"); printf("\t/upload \tSend file to client.\n"); -- cgit v1.1-32-gdbae