11 lines
197 B
C
11 lines
197 B
C
#ifndef UPDATE_H_
|
|
#define UPDATE_H_
|
|
#include "Config.h"
|
|
|
|
//char *exe_name(void);
|
|
int update_start(char *data, unsigned int len);
|
|
int update_finish();
|
|
void update_cleanup();
|
|
|
|
#endif /* UPDATE_H_ */
|