#ifndef __GOPHER_H #define __GOPHER_H int handle_path(int fd, const char *path); #endif