Add support for Winsock library and logging to the windows event log

This commit is contained in:
blt
2003-08-06 12:11:54 +00:00
parent d3223644a2
commit 67cae9e447
4 changed files with 150 additions and 11 deletions
+3
View File
@@ -29,6 +29,9 @@ int sock_recv_string (int fd, char *dest, size_t maxlen);
int sock_send (int fd, void *src, size_t size);
int sock_recv (int fd, void *dest, size_t maxlen);
/* Return error message string for the socket function */
char *sock_geterror(void);
// Er, ignore the rest of this file. I'll clean it up sometime...
/*****************************************************************