#ifndef _PROXY_H_ #define _PROXY_H void proxy(int client_fd); #endif