This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/Update.h

10 lines
176 B
C

#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_ */