mcabber/src/hbuf.h
changeset 1055 6eb1efea75d0
parent 952 527d6f234924
child 1141 5be2408a6534
equal deleted inserted replaced
1054:082d55152a25 1055:6eb1efea75d0
    22 #define HBB_PREFIX_ERR        32U
    22 #define HBB_PREFIX_ERR        32U
    23 #define HBB_PREFIX_NOFLAG     64U
    23 #define HBB_PREFIX_NOFLAG     64U
    24 #define HBB_PREFIX_HLIGHT    128U
    24 #define HBB_PREFIX_HLIGHT    128U
    25 #define HBB_PREFIX_NONE      256U
    25 #define HBB_PREFIX_NONE      256U
    26 #define HBB_PREFIX_SPECIAL   512U
    26 #define HBB_PREFIX_SPECIAL   512U
       
    27 #define HBB_PREFIX_PGPCRYPT 1024U
    27 
    28 
    28 typedef struct {
    29 typedef struct {
    29   time_t timestamp;
    30   time_t timestamp;
    30   guint flags;
    31   guint flags;
    31   char *text;
    32   char *text;