diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2024-02-20 21:17:01 +0100 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2024-02-20 22:13:53 +0100 |
commit | 0effd40bad7ae753102e7040159afd76be4e8732 (patch) | |
tree | 20c80821ba637a395d8874414e00f4d120a837ea /util.h | |
parent | 42f538cc66546997a166dbe67e489c9afabbb908 (diff) |
browse: http page
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 */ |