summaryrefslogtreecommitdiffstats
path: root/loader/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/misc.h')
-rw-r--r--loader/misc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/loader/misc.h b/loader/misc.h
deleted file mode 100644
index 3e673d6e5..000000000
--- a/loader/misc.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef H_LOADER_MISC_H
-#define H_LOADER_MISC_H
-#include <stdio.h>
-#include <stdarg.h>
-
-int copyFile(char * source, char * dest);
-int copyFileFd(int infd, char * dest);
-char * readLine(FILE * f);
-int simpleStringCmp(const void * a, const void * b);
-char * sdupprintf(const char *format, ...);
-
-#endif