changeset 311:1d6b16d9c577

Make some global variables static
author Mikael Berthe <mikael@lilotux.net>
date Thu, 14 Jul 2005 21:45:23 +0100
parents 29b27c8692ea
children f0b7ff2df7e8 d5ea0a05ba72
files mcabber/src/jabglue.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;