summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/util.h b/util.h
deleted file mode 100644
index 2205808..0000000
--- a/util.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef UTIL_H
-#define UTIL_H
-
-/*
- * Reads the file denoted by path into a newly allocated output buffer. Returns
- * 0 for success, -1 for error. The size_t is the size of output buffer (only
- * to be used in case of success).
- */
-int
-read_file(char *, char **, size_t *);
-
-#endif /* UTIL_H */