summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-09-13 21:36:43 (GMT)
committer Simon <simon@hardwired.org.uk>2010-09-13 21:36:43 (GMT)
commita92da37559aa6e68d9165ff4f69f83517594bcc4 (patch)
tree5e2bba8d835f46d893ce47f85ad70b8ad887a598 /misc.h
parent812cf13ed22ff195be6c5bdaa90286b562c7e9cc (diff)
downloadpowder-a92da37559aa6e68d9165ff4f69f83517594bcc4.zip
powder-a92da37559aa6e68d9165ff4f69f83517594bcc4.tar.gz
History almost complete, couple of bug fixes
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc.h b/misc.h
index 106d216..1394687 100644
--- a/misc.h
+++ b/misc.h
@@ -63,6 +63,8 @@ int load_string(FILE *f, char *str, int max);
void strcaturl(char *dst, char *src);
+void strappend(char *dst, char *src);
+
void *file_load(char *fn, int *size);
int cpu_check(void);