basin/src/accept.h

9 lines
127 B
C
Raw Normal View History

2016-06-23 22:42:49 +00:00
#ifndef ACCEPT_H_
#define ACCEPT_H_
2019-04-14 21:46:50 +00:00
#include <basin/server.h>
2016-06-23 22:42:49 +00:00
2019-04-14 22:57:59 +00:00
void run_accept(struct server* param);
2016-06-23 22:42:49 +00:00
#endif /* ACCEPT_H_ */