More formatting changes, new tags file.
This commit is contained in:
+3
-3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user