summaryrefslogtreecommitdiff
path: root/src/common/socket.h
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-18 22:30:19 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-18 22:30:19 +0000
commit9fce00f250ee69541ec4cd3a1c653c3c57111056 (patch)
treedc122ba0cfc164d0f8c5f59bc6ed86e84368100d /src/common/socket.h
parente4f1bb413aa609b173707b9e5d960ae0476dab61 (diff)
downloadhercules-9fce00f250ee69541ec4cd3a1c653c3c57111056.tar.gz
hercules-9fce00f250ee69541ec4cd3a1c653c3c57111056.tar.bz2
hercules-9fce00f250ee69541ec4cd3a1c653c3c57111056.tar.xz
hercules-9fce00f250ee69541ec4cd3a1c653c3c57111056.zip
Follow up r15609, fixed gcc warnings
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15610 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/socket.h')
-rw-r--r--src/common/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/socket.h b/src/common/socket.h
index b02e83d36..1328d4b23 100644
--- a/src/common/socket.h
+++ b/src/common/socket.h
@@ -94,7 +94,7 @@ struct socket_data
void* session_data; // stores application-specific data related to the session
};
-static size_t socket_max_client_packet;
+extern size_t socket_max_client_packet;
// Data prototype declaration