Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
#ifndef UPDATE_H
#define UPDATE_H
int update(const char *update_package);
int download_update(const char *url);
int verify_update(const char *update_package);
int backup_current_installation();
int install_update(const char *update_package);
#endif // SWUPDATE_H