From 0effd40bad7ae753102e7040159afd76be4e8732 Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Tue, 20 Feb 2024 21:17:01 +0100 Subject: browse: http page --- util.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 util.h (limited to 'util.h') 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 */ -- cgit v1.2.3