summaryrefslogtreecommitdiff
path: root/include/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/server.h')
-rw-r--r--include/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/server.h b/include/server.h
index 247b836..5942a78 100644
--- a/include/server.h
+++ b/include/server.h
@@ -48,7 +48,7 @@ typedef struct client_struct
tux_t *tux;
my_time_t lastPing;
list_t *listCheck;
- buffer_t *buffer;
+ list_t *buffer;
} client_t;
#ifdef PUBLIC_SERVER