The-Powder-Toy/src/Update.h
2015-01-16 17:26:13 -05:00

10 lines
185 B
C

#ifndef UPDATE_H_
#define UPDATE_H_
//char *exe_name(void);
int update_start(char *data, unsigned int len);
int update_finish(void);
void update_cleanup(void);
#endif /* UPDATE_H_ */