00001 00056 #ifndef __ACCEPTOR_H 00057 #define __ACCEPTOR_H 00058 00059 #include "worker.h" 00060 #include "config.h" 00061 00062 void acceptor_process(dp_config *cfg); 00063 00064 #endif 00065