summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-03-30 16:52:50 (GMT)
committer Simon <simon@hardwired.org.uk>2011-03-30 16:52:50 (GMT)
commitf1667bf88ee84d1a157d32142b256090fe67cf90 (patch)
treec8a576d13b3672c1bf36fc114be08d35426f9e14 /includes
parenta49686215494e17922be7d9b44eac82d51e7242a (diff)
downloadpowder-f1667bf88ee84d1a157d32142b256090fe67cf90.zip
powder-f1667bf88ee84d1a157d32142b256090fe67cf90.tar.gz
Added exe_name to update.h
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/update.h1
1 files changed, 1 insertions, 0 deletions
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);