diff mcabber/src/settings.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 7b8765c10abb
children 3b338a5c01fc
line wrap: on
line diff
--- a/mcabber/src/settings.h	Sun Apr 22 15:01:20 2007 +0200
+++ b/mcabber/src/settings.h	Fri Apr 27 00:37:57 2007 +0200
@@ -37,6 +37,8 @@
 
 void    settings_pgp_setdisabled(const char *bjid, guint value);
 guint   settings_pgp_getdisabled(const char *bjid);
+void    settings_pgp_setforce(const char *bjid, guint value);
+guint   settings_pgp_getforce(const char *bjid);
 void    settings_pgp_setkeyid(const char *bjid, const char *keyid);
 const char *settings_pgp_getkeyid(const char *bjid);