comparison mcabber/src/hbuf.h @ 1055:6eb1efea75d0

PGP: Visual encryption flag
author Mikael Berthe <mikael@lilotux.net>
date Mon, 27 Nov 2006 23:39:40 +0100
parents 527d6f234924
children 5be2408a6534
comparison
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;