diff options
Diffstat (limited to 'src/common/socket.h')
-rw-r--r-- | src/common/socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/socket.h b/src/common/socket.h index 1328d4b23..a5d519d0e 100644 --- a/src/common/socket.h +++ b/src/common/socket.h @@ -94,7 +94,6 @@ struct socket_data void* session_data; // stores application-specific data related to the session }; -extern size_t socket_max_client_packet; // Data prototype declaration |