comparison 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
comparison
equal deleted inserted replaced
310:29b27c8692ea 311:1d6b16d9c577
35 #define JABBERSSLPORT 5223 35 #define JABBERSSLPORT 5223
36 36
37 #define JABBER_AGENT_GROUP "Jabber Agents" 37 #define JABBER_AGENT_GROUP "Jabber Agents"
38 38
39 jconn jc; 39 jconn jc;
40 time_t LastPingTime; 40 static time_t LastPingTime;
41 unsigned int KeepaliveDelay; 41 static unsigned int KeepaliveDelay;
42 static unsigned int prio; 42 static unsigned int prio;
43 static int s_id; 43 static int s_id;
44 static int regmode, regdone; 44 static int regmode, regdone;
45 static enum imstatus mystatus = offline; 45 static enum imstatus mystatus = offline;
46 unsigned char online; 46 unsigned char online;