summaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index eef779e94..b5fba301a 100644
--- a/file.c
+++ b/file.c
@@ -14,7 +14,7 @@
#define O_BINARY 0
#endif
-static int readfile(const char *filename, struct memblock *mem)
+int readfile(const char *filename, struct memblock *mem)
{
int ret, fd;
struct stat st;