summaryrefslogtreecommitdiff
path: root/src/net/net.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-01-08 06:11:56 +0000
committerJared Adams <jaxad0127@gmail.com>2010-01-08 06:11:56 +0000
commit9b6e5a3189311d5704993d41a1fa195e006a57af (patch)
treeba460bd206148e7e072ce8ff273314a7f88d45ff /src/net/net.h
parenta4dc1b83d8760f80e5cdcfded5473ec7c2c76d6d (diff)
downloadmana-client-9b6e5a3189311d5704993d41a1fa195e006a57af.tar.gz
mana-client-9b6e5a3189311d5704993d41a1fa195e006a57af.tar.bz2
mana-client-9b6e5a3189311d5704993d41a1fa195e006a57af.tar.xz
mana-client-9b6e5a3189311d5704993d41a1fa195e006a57af.zip
Fix a segfault when exiting before netcode is loaded
Diffstat (limited to 'src/net/net.h')
-rw-r--r--src/net/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/net.h b/src/net/net.h
index 5e675df7..d6bb7d39 100644
--- a/src/net/net.h
+++ b/src/net/net.h
@@ -63,6 +63,8 @@ TradeHandler *getTradeHandler();
*/
void connectToServer(const ServerInfo &server);
+void unload();
+
} // namespace Net
#endif // NET_H