#ifndef UPDATE_H #define UPDATE_H int update_start(char *data, int len); int update_finish(void); void update_cleanup(void); #endif