From d5f4022408249c5a513ae795b7b360854bd75a6c Mon Sep 17 00:00:00 2001 From: nirav Date: Thu, 19 Sep 2019 15:36:02 +0000 Subject: Update --- gopher.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gopher.h (limited to 'gopher.h') diff --git a/gopher.h b/gopher.h new file mode 100644 index 0000000..36155a3 --- /dev/null +++ b/gopher.h @@ -0,0 +1,7 @@ +#ifndef __GOPHER_H +#define __GOPHER_H + +int handle_path(int fd, const char *path); + +#endif + -- cgit v1.2.3