summaryrefslogtreecommitdiff
path: root/gopher.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2019-09-19 15:36:02 +0000
committernirav <nirav@teisuu.com>2019-09-19 15:44:14 +0000
commitd5f4022408249c5a513ae795b7b360854bd75a6c (patch)
treead20cbe6aba24649647b7aa0520f25392571aeeb /gopher.h
parente985bfa6b8facac58da9a20c3c840498e2517bb5 (diff)
downloadgopherd-d5f4022408249c5a513ae795b7b360854bd75a6c.tar.gz
gopherd-d5f4022408249c5a513ae795b7b360854bd75a6c.zip
Update
Diffstat (limited to 'gopher.h')
-rw-r--r--gopher.h7
1 files changed, 7 insertions, 0 deletions
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
+