summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/usermood.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpurple/protocols/jabber/usermood.h')
-rw-r--r--libpurple/protocols/jabber/usermood.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpurple/protocols/jabber/usermood.h b/libpurple/protocols/jabber/usermood.h
index 4e27b2bb39..922da1667e 100644
--- a/libpurple/protocols/jabber/usermood.h
+++ b/libpurple/protocols/jabber/usermood.h
@@ -36,4 +36,6 @@ void jabber_mood_set(JabberStream *js,
const char *mood, /* must be one of the valid strings defined in the XEP */
const char *text /* might be NULL */);
+PurpleMood *jabber_get_moods(PurpleAccount *account);
+
#endif /* PURPLE_JABBER_USERMOOD_H_ */