diff options
| author | Simon <simon@hardwired.org.uk> | 2010-09-13 21:36:43 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-09-13 21:36:43 (GMT) |
| commit | a92da37559aa6e68d9165ff4f69f83517594bcc4 (patch) | |
| tree | 5e2bba8d835f46d893ce47f85ad70b8ad887a598 /misc.h | |
| parent | 812cf13ed22ff195be6c5bdaa90286b562c7e9cc (diff) | |
| download | powder-a92da37559aa6e68d9165ff4f69f83517594bcc4.zip powder-a92da37559aa6e68d9165ff4f69f83517594bcc4.tar.gz | |
History almost complete, couple of bug fixes
Diffstat (limited to 'misc.h')
| -rw-r--r-- | misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
