/* * accept.h * * Created on: Nov 18, 2015 * Author: root */ #ifndef ACCEPT_H_ #define ACCEPT_H_ #include void run_accept(struct server* param); #endif /* ACCEPT_H_ */