summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-04-06 14:21:42 (GMT)
committer Simon <simon@hardwired.org.uk>2011-04-08 10:10:52 (GMT)
commit4aeac8b316492491f84b9e6ac8b8b9a50e4cb806 (patch)
treec45b740d957b4531018c9494afbd82251b3f4263 /includes
parent29e41a0a0cfb9a83802fc3a3fe283a6d272b3331 (diff)
downloadpowder-4aeac8b316492491f84b9e6ac8b8b9a50e4cb806.zip
powder-4aeac8b316492491f84b9e6ac8b8b9a50e4cb806.tar.gz
Also register .stm extension in Windows
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/update.h2
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);