#ifndef SOCKWATCH_H
#define SOCKWATCH_H

extern OSERROR *socketwatch_register(SOCKET socket, int **count, int **reason, int **masterCount);

extern OSERROR *socketwatch_deregister(SOCKET socket);

extern OSERROR *socketwatch_modifycount(SOCKET socket, int count, int *oldCount, int *reason);


#endif
