summaryrefslogtreecommitdiff
path: root/src/salut-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/salut-connection.h')
-rw-r--r--src/salut-connection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/salut-connection.h b/src/salut-connection.h
index e088e755..1575882d 100644
--- a/src/salut-connection.h
+++ b/src/salut-connection.h
@@ -100,6 +100,10 @@ salut_connection_olpc_observe_muc_stanza (SalutConnection *self, TpHandle room,
TpHandle sender, GibberXmppStanza *stanza);
#endif
+const gchar * const *salut_connection_get_implemented_interfaces (void);
+
+gchar *salut_normalize_non_empty (const gchar *id, GError **error);
+
G_END_DECLS
#endif /* #ifndef __SALUT_CONNECTION_H__*/