basin/src/accept.h

16 lines
200 B
C

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