# HG changeset patch # User Mikael Berthe # Date 1121373923 -3600 # Node ID 1d6b16d9c577351b69061739f47cd3ec25db33d2 # Parent 29b27c8692ea8a4034bc535e706444e607aac8cf Make some global variables static diff -r 29b27c8692ea -r 1d6b16d9c577 mcabber/src/jabglue.c --- a/mcabber/src/jabglue.c Tue Jul 12 18:23:09 2005 +0100 +++ b/mcabber/src/jabglue.c Thu Jul 14 21:45:23 2005 +0100 @@ -37,8 +37,8 @@ #define JABBER_AGENT_GROUP "Jabber Agents" jconn jc; -time_t LastPingTime; -unsigned int KeepaliveDelay; +static time_t LastPingTime; +static unsigned int KeepaliveDelay; static unsigned int prio; static int s_id; static int regmode, regdone;