diff options
Diffstat (limited to 'fastboot/fastboot.h')
| -rw-r--r-- | fastboot/fastboot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fastboot.h b/fastboot/fastboot.h index 9177932..b4cf195 100644 --- a/fastboot/fastboot.h +++ b/fastboot/fastboot.h @@ -58,6 +58,7 @@ void fb_queue_command(const char *cmd, const char *msg); void fb_queue_download(const char *name, void *data, unsigned size); void fb_queue_notice(const char *notice); int fb_execute_queue(usb_handle *usb); +int fb_queue_is_empty(void); /* util stuff */ void die(const char *fmt, ...); |
