The-Powder-Toy/update.h
2021-03-22 21:56:29 +00:00

9 lines
134 B
C

#ifndef UPDATE_H
#define UPDATE_H
int update_start(char *data, int len);
int update_finish(void);
void update_cleanup(void);
#endif