diff options
Diffstat (limited to 'src/xmpp/stanza.h')
-rw-r--r-- | src/xmpp/stanza.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h index 169497bc..b35486e8 100644 --- a/src/xmpp/stanza.h +++ b/src/xmpp/stanza.h @@ -180,5 +180,7 @@ char * stanza_get_show(xmpp_stanza_t *stanza, char *def); xmpp_stanza_t * stanza_create_roster_set(xmpp_ctx_t *ctx, const char * const jid, const char * const handle, GSList *groups); +xmpp_stanza_t * stanza_create_roster_remove_set(xmpp_ctx_t *ctx, + const char * const barejid); #endif |