The-Powder-Toy/src/Update.h

10 lines
185 B
C
Raw Normal View History

2012-06-21 09:49:32 -05:00
#ifndef UPDATE_H_
#define UPDATE_H_
//char *exe_name(void);
2015-01-16 16:26:04 -06:00
int update_start(char *data, unsigned int len);
2012-06-21 09:49:32 -05:00
int update_finish(void);
void update_cleanup(void);
#endif /* UPDATE_H_ */