basin/src/accept.h

16 lines
200 B
C
Raw Normal View History

2016-06-23 22:42:49 +00:00
/*
* accept.h
*
* Created on: Nov 18, 2015
* Author: root
*/
#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_ */