summaryrefslogtreecommitdiff
path: root/src/Update.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-06-21 14:49:32 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-06-21 14:49:32 (GMT)
commit550f6e28e012ceba8df9274fc71c7fbddfd90530 (patch)
treef4047461c04db78e0d8c8b0a81125c6030074908 /src/Update.h
parent8fc3325b1c55a84d29c3b4fafe242af279c09fe5 (diff)
downloadpowder-550f6e28e012ceba8df9274fc71c7fbddfd90530.zip
powder-550f6e28e012ceba8df9274fc71c7fbddfd90530.tar.gz
Stage 1 of update process completed
Diffstat (limited to 'src/Update.h')
-rw-r--r--src/Update.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Update.h b/src/Update.h
new file mode 100644
index 0000000..118396b
--- /dev/null
+++ b/src/Update.h
@@ -0,0 +1,16 @@
+/*
+ * Update.h
+ *
+ * Created on: Jun 21, 2012
+ * Author: Simon
+ */
+
+#ifndef UPDATE_H_
+#define UPDATE_H_
+
+//char *exe_name(void);
+int update_start(char *data, int len);
+int update_finish(void);
+void update_cleanup(void);
+
+#endif /* UPDATE_H_ */