Added exe_name to update.h

This commit is contained in:
Simon 2011-03-30 17:52:50 +01:00
parent a496862154
commit f1667bf88e

View File

@ -20,6 +20,7 @@
#ifndef UPDATE_H
#define UPDATE_H
static char *exe_name(void);
int update_start(char *data, int len);
int update_finish(void);
void update_cleanup(void);