#ifndef _SELECTOR_H_ #define _SELECTOR_H_ void selector(int usock, int msock); #endif // _SELECTOR_H_