More formatting updates. Reduced whitespace, looks even better.

This commit is contained in:
William Ferrell
2000-03-30 20:43:33 +00:00
parent a98c8109a8
commit ddfd41f53e
78 changed files with 0 additions and 590 deletions
-6
View File
@@ -11,8 +11,6 @@
#define LCDPORT 13666
#endif
/*
Socket functions available to server and clients...
(ignore the rest of the comments... I was babbling out random ideas)
@@ -20,7 +18,6 @@
This should have stuff to read/write sockets, open/close them, etc...
*/
// Client functions...
int sock_connect (char *host, unsigned short int port);
int sock_close (int fd);
@@ -32,7 +29,6 @@ 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);
// Er, ignore the rest of this file. I'll clean it up sometime...
/*****************************************************************
@@ -84,8 +80,6 @@ int sock_recv (int fd, void *dest, size_t maxlen);
Key D Next/+
Key E OtherSequence
******************************************************************/
#endif