/* $id */ #ifndef WLSOCK_HH #define WLSOCK_HH #include #include #include #include #include #include #include #include #include int commsock(const char *, int); int sendcomm(const char *, int, const char *, ...); int recvcomm(int *, char *, int); #endif /* WLSOCK_HH */