diff mcabber/src/hooks.h @ 1055:6eb1efea75d0

PGP: Visual encryption flag
author Mikael Berthe <mikael@lilotux.net>
date Mon, 27 Nov 2006 23:39:40 +0100
parents fed6d1e4d7a9
children c0d44a9a99bc
line wrap: on
line diff
--- a/mcabber/src/hooks.h	Mon Nov 27 21:40:26 2006 +0100
+++ b/mcabber/src/hooks.h	Mon Nov 27 23:39:40 2006 +0100
@@ -6,9 +6,10 @@
 
 
 inline void hk_message_in(const char *jid, const char *resname,
-                          time_t timestamp, const char *msg, const char *type);
+                          time_t timestamp, const char *msg, const char *type,
+                          guint encrypted);
 inline void hk_message_out(const char *jid, const char *nickname,
-                           time_t timestamp, const char *msg);
+                           time_t timestamp, const char *msg, guint encrypted);
 inline void hk_statuschange(const char *jid, const char *resname, gchar prio,
                             time_t timestamp, enum imstatus status,
                             char const *status_msg);