summaryrefslogtreecommitdiff
path: root/src/network/core/core.c
AgeCommit message (Collapse)Author
2007-01-04(svn r7836) -Codechange: some constness for network/core.rubidium
2007-01-04(svn r7833) -Fix (r7829): forgot to add debug.h to the includes.rubidium
2007-01-04(svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have ↵rubidium
to set _network_available only once.
2007-01-04(svn r7829) -Codechange: move the network (core) initialization/shutdown ↵rubidium
functions into network/core, so the can be reused in the masterserver_updater.