9 lines
134 B
C
9 lines
134 B
C
#ifndef UPDATE_H
|
|
#define UPDATE_H
|
|
|
|
int update_start(char *data, int len);
|
|
int update_finish(void);
|
|
void update_cleanup(void);
|
|
|
|
#endif
|