diff options
| author | 2010-05-28 13:37:42 -0400 | |
|---|---|---|
| committer | 2010-05-28 13:37:42 -0400 | |
| commit | 1e4d65033781cd44876b7b2634976259e4bef7c5 (patch) | |
| tree | f43294d6e65f872256222bf33ed54756073fcc77 | |
| parent | ce77e6ac8ead2cb4fd204c67eb4d8a67e9a8e608 (diff) | |
| download | libirecovery-1e4d65033781cd44876b7b2634976259e4bef7c5.tar.gz libirecovery-1e4d65033781cd44876b7b2634976259e4bef7c5.tar.bz2 | |
Fixed build errors
| -rw-r--r-- | src/irecovery.c | 3 |
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 { | |||
| 33 | static unsigned int quit = 0; | 33 | static unsigned int quit = 0; |
| 34 | static unsigned int verbose = 0; | 34 | static unsigned int verbose = 0; |
| 35 | 35 | ||
| 36 | int precommand_cb(irecv_client_t client, const irecv_event_t* event); | ||
| 37 | int postcommand_cb(irecv_client_t client, const irecv_event_t* event); | ||
| 38 | |||
| 36 | void print_shell_usage() { | 39 | void 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"); |
