comparison mcabber/src/hbuf.h @ 325:ff6fb51bfd78

Handle "error" message type
author Mikael Berthe <mikael@lilotux.net>
date Sat, 16 Jul 2005 13:27:00 +0100
parents 4f3975f1b852
children 33b8e801ffa6
comparison
equal deleted inserted replaced
324:c981455284d5 325:ff6fb51bfd78
17 #define HBB_PREFIX_IN 1 17 #define HBB_PREFIX_IN 1
18 #define HBB_PREFIX_OUT 2 18 #define HBB_PREFIX_OUT 2
19 #define HBB_PREFIX_STATUS 4 19 #define HBB_PREFIX_STATUS 4
20 #define HBB_PREFIX_AUTH 8 20 #define HBB_PREFIX_AUTH 8
21 #define HBB_PREFIX_INFO 16 21 #define HBB_PREFIX_INFO 16
22 #define HBB_PREFIX_ERR 32
22 23
23 typedef struct { 24 typedef struct {
24 time_t timestamp; 25 time_t timestamp;
25 guchar flags; 26 guchar flags;
26 char *text; 27 char *text;