cachesyncd/selector.h

7 lines
104 B
C

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