mcabber/src/hbuf.h
changeset 325 ff6fb51bfd78
parent 189 4f3975f1b852
child 364 33b8e801ffa6
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;