summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
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);