summaryrefslogtreecommitdiff
path: root/gopher.h
blob: 36155a34ee9f893b8dff6e834c88773618df9595 (plain)
1
2
3
4
5
6
7
#ifndef __GOPHER_H
#define __GOPHER_H

int handle_path(int fd, const char *path);

#endif