From e272b03feea5b4c870dd4af5be9071c903c6173d Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 5 Jan 2006 12:40:50 +0000 Subject: (svn r3365) Staticise 36 functions --- network_client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'network_client.c') diff --git a/network_client.c b/network_client.c index de22bb9e0..060e230ea 100644 --- a/network_client.c +++ b/network_client.c @@ -32,7 +32,7 @@ extern const char _openttd_revision[]; static uint32 last_ack_frame; -void NetworkRecvPatchSettings(NetworkClientState *cs, Packet *p); +static void NetworkRecvPatchSettings(NetworkClientState* cs, Packet* p); // ********** // Sending functions @@ -823,7 +823,7 @@ extern const SettingDesc patch_settings[]; // This is a TEMPORARY solution to get the patch-settings // to the client. When the patch-settings are saved in the savegame // this should be removed!! -void NetworkRecvPatchSettings(NetworkClientState *cs, Packet *p) +static void NetworkRecvPatchSettings(NetworkClientState* cs, Packet* p) { const SettingDesc *item; -- cgit v1.2.3-70-g09d2