diff options
Diffstat (limited to 'gopher.h')
-rw-r--r-- | gopher.h | 7 |
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 + |