diff options
Diffstat (limited to 'cc3200/ftp/updater.h')
-rw-r--r-- | cc3200/ftp/updater.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cc3200/ftp/updater.h b/cc3200/ftp/updater.h index 518d76c4c7..b581d0fc8a 100644 --- a/cc3200/ftp/updater.h +++ b/cc3200/ftp/updater.h @@ -28,10 +28,11 @@ #ifndef UPDATER_H_ #define UPDATER_H_ -bool updater_check_path (void *path); -bool updater_start (void); -bool updater_write (uint8_t *buf, uint32_t len); -void updater_finnish (void); -bool updater_verify (uint8_t *rbuff, uint8_t *hasbuff); +extern void updater_pre_init (void); +extern bool updater_check_path (void *path); +extern bool updater_start (void); +extern bool updater_write (uint8_t *buf, uint32_t len); +extern void updater_finnish (void); +extern bool updater_verify (uint8_t *rbuff, uint8_t *hasbuff); #endif /* UPDATER_H_ */ |