From f1667bf88ee84d1a157d32142b256090fe67cf90 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 30 Mar 2011 17:52:50 +0100 Subject: Added exe_name to update.h diff --git a/includes/update.h b/includes/update.h index 6398d4d..66af2ab 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); -- cgit v0.9.2-21-gd62e