Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2018-02-16 11:52:29 +0300
committerChristophe Romain <christophe.romain@process-one.net>2018-02-16 11:52:29 +0300
commitf0ccdebf7f3383aade2e4f726290aac6b5fe9edb (patch)
treedf898dae3c2bf40d2a04a6e4bed3a1b34fa73c54
parent32e5a3255dbd0f2a6e0fdb011311e4466caf641a (diff)
Export helper functions
-rw-r--r--src/mod_admin_extra.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_admin_extra.erl b/src/mod_admin_extra.erl
index 8d530e5c8..b5ed39540 100644
--- a/src/mod_admin_extra.erl
+++ b/src/mod_admin_extra.erl
@@ -59,6 +59,7 @@
add_rosteritem/7, delete_rosteritem/4,
process_rosteritems/5, get_roster/2, push_roster/3,
push_roster_all/1, push_alltoall/2,
+ push_roster_item/5, build_roster_item/3,
% Private storage
private_get/4, private_set/3,