summary refs log tree commit diff
path: root/include/readfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/readfile.h')
-rw-r--r--include/readfile.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/readfile.h b/include/readfile.h
deleted file mode 100644
index dcb47eb..0000000
--- a/include/readfile.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __READFILE_H__
-#define __READFILE_H__
-
-/**
- * Read file by filename, die on error
- * @param name Path to file
- * @return Contents of file with additional '\0' at the end
- */
-char *readfile(const char *name);
-
-#endif /* __READFILE_H__ */