diff mcabber/src/jabglue.h @ 1197:6f602d3270a4

Add /pgp [-]force With this command it becomes possible to enforce PGP encryption without checking if the remote client has PGP support. It can be used to send encrypted offline messages too.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 27 Apr 2007 00:37:57 +0200
parents 2913310a7be6
children 9bc68473f8a3
line wrap: on
line diff
--- a/mcabber/src/jabglue.h	Sun Apr 22 15:01:20 2007 +0200
+++ b/mcabber/src/jabglue.h	Fri Apr 27 00:37:57 2007 +0200
@@ -62,7 +62,7 @@
                   int do_not_sign);
 inline void jb_setprevstatus(void);
 void jb_send_msg(const char *fjid, const char *text, int type,
-                 const char *subject, const char *id, guint *encrypted);
+                 const char *subject, const char *id, gint *encrypted);
 void jb_send_raw(const char *str);
 void jb_send_chatstate(gpointer buddy, guint chatstate);
 void jb_keepalive(void);