diff options
Diffstat (limited to 'includes')
| -rwxr-xr-x | includes/update.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/update.h b/includes/update.h index 66af2ab..2f7f38b 100755 --- a/includes/update.h +++ b/includes/update.h @@ -20,7 +20,7 @@ #ifndef UPDATE_H #define UPDATE_H -static char *exe_name(void); +char *exe_name(void); int update_start(char *data, int len); int update_finish(void); void update_cleanup(void); |
