summaryrefslogtreecommitdiff
path: root/src/rexmpp_openpgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp_openpgp.h')
-rw-r--r--src/rexmpp_openpgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rexmpp_openpgp.h b/src/rexmpp_openpgp.h
index c940db9..13b80f7 100644
--- a/src/rexmpp_openpgp.h
+++ b/src/rexmpp_openpgp.h
@@ -28,6 +28,6 @@ rexmpp_openpgp_decrypt_verify_message (rexmpp_t *s,
char *rexmpp_openpgp_encrypt_sign (rexmpp_t *s,
xmlNodePtr payload,
- char **recipients);
+ const char **recipients);
#endif