More formatting changes, new tags file.

This commit is contained in:
William Ferrell
2000-04-03 22:13:57 +00:00
parent 0d703c5864
commit 6a115b4446
64 changed files with 8950 additions and 8950 deletions
+3 -3
View File
@@ -5,9 +5,9 @@
#include "../shared/LL.h"
typedef struct client {
int sock;
LL *messages;
client_data *data;
int sock;
LL *messages;
client_data *data;
} client;