17 lines
250 B
C
17 lines
250 B
C
/*
|
|
* Update.h
|
|
*
|
|
* Created on: Jun 21, 2012
|
|
* Author: Simon
|
|
*/
|
|
|
|
#ifndef UPDATE_H_
|
|
#define UPDATE_H_
|
|
|
|
//char *exe_name(void);
|
|
int update_start(char *data, int len);
|
|
int update_finish(void);
|
|
void update_cleanup(void);
|
|
|
|
#endif /* UPDATE_H_ */
|