From f1667bf88ee84d1a157d32142b256090fe67cf90 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 30 Mar 2011 17:52:50 +0100 Subject: [PATCH] Added exe_name to update.h --- includes/update.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/update.h b/includes/update.h index 6398d4d79..66af2abd0 100755 --- a/includes/update.h +++ b/includes/update.h @@ -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);