comparison mcabber/src/jabglue.c @ 46:f22e1d120606

[/trunk] Changeset 62 by mikael * Make imstatus2char[] global to kill warnings.
author mikael
date Wed, 06 Apr 2005 09:49:39 +0000
parents b8bd163be431
children 85bbc6ed3796
comparison
equal deleted inserted replaced
45:5654c4231de1 46:f22e1d120606
30 #define JABBERSSLPORT 5223 30 #define JABBERSSLPORT 5223
31 31
32 jconn jc; 32 jconn jc;
33 static int s_id = 1; // FIXME which use?? 33 static int s_id = 1; // FIXME which use??
34 static int regmode, regdone; 34 static int regmode, regdone;
35
36 char imstatus2char[imstatus_size] = {
37 '_', 'o', 'i', 'f', 'd', 'c', 'n', 'a'
38 };
35 39
36 static enum { 40 static enum {
37 STATE_CONNECTING, 41 STATE_CONNECTING,
38 STATE_GETAUTH, 42 STATE_GETAUTH,
39 STATE_SENDAUTH, 43 STATE_SENDAUTH,