about summary refs log tree commit diff stats
path: root/src/muc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/muc.h')
-rw-r--r--src/muc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/muc.h b/src/muc.h
index 60cf7108..2c7b3e7e 100644
--- a/src/muc.h
+++ b/src/muc.h
@@ -82,6 +82,8 @@ gboolean muc_autojoin(const char * const room);
 
 GList* muc_rooms(void);
 
+void muc_set_features(const char * const room, GSList *features);
+
 char* muc_nick(const char * const room);
 char* muc_password(const char * const room);