about summary refs log tree commit diff stats
path: root/src/xmpp/roster.h
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2018-09-26 12:32:56 +0200
committerPaul Fariello <paul@fariello.eu>2018-09-26 14:34:52 +0200
commit2e0bc27bf0d19f07fa60a48dfd8189edb4462f54 (patch)
tree1bb4ad7fe7c0fdff525094c7415c675d6e9bf181 /src/xmpp/roster.h
parent01428eb85855ea9dd148118ca35a0e20f42cd5ce (diff)
downloadprofani-tty-2e0bc27bf0d19f07fa60a48dfd8189edb4462f54.tar.gz
Make _get_groups_from_item and roster _compare_* public
In order to avoid duplication with xep 0133 support in command execution
Diffstat (limited to 'src/xmpp/roster.h')
-rw-r--r--src/xmpp/roster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/roster.h b/src/xmpp/roster.h
index 15614377..be710561 100644
--- a/src/xmpp/roster.h
+++ b/src/xmpp/roster.h
@@ -38,5 +38,6 @@
 void roster_request(void);
 void roster_set_handler(xmpp_stanza_t *const stanza);
 void roster_result_handler(xmpp_stanza_t *const stanza);
+GSList* roster_get_groups_from_item(xmpp_stanza_t *const item);
 
 #endif