diff mcabber/src/jabglue.c @ 311:1d6b16d9c577

Make some global variables static
author Mikael Berthe <mikael@lilotux.net>
date Thu, 14 Jul 2005 21:45:23 +0100
parents 12f919be3da5
children 45076d02eeef 33b8e801ffa6
line wrap: on
line diff
--- 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;