src/protocols/zephyr/zephyr.c

changeset 10116
054b064145a1
parent 10111
61dd88113afc
child 10246
aa5bff72f94c
equal deleted inserted replaced
10115:e80d3b843c30 10116:054b064145a1
100 int num_children; 100 int num_children;
101 }; 101 };
102 102
103 parse_tree null_parse_tree = { 103 parse_tree null_parse_tree = {
104 "", 104 "",
105 {}, 105 {NULL},
106 0, 106 0,
107 }; 107 };
108 108
109 #define use_none(zephyr) ((zephyr->connection_type == GAIM_ZEPHYR_NONE)?1:0) 109 #define use_none(zephyr) ((zephyr->connection_type == GAIM_ZEPHYR_NONE)?1:0)
110 #define use_krb4(zephyr) ((zephyr->connection_type == GAIM_ZEPHYR_KRB4)?1:0) 110 #define use_krb4(zephyr) ((zephyr->connection_type == GAIM_ZEPHYR_KRB4)?1:0)

mercurial