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
-3
View File
@@ -1,13 +1,10 @@
#ifndef SOCKETS_H
#define SOCKETS_H
#include "../shared/sockets.h"
typedef struct sockaddr_in sockaddr_in;
// Server functions...
int sock_create_server ();
int sock_create_inet_socket (unsigned short int port);