aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-request-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-request-util.h')
-rw-r--r--libempathy/empathy-request-util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy/empathy-request-util.h b/libempathy/empathy-request-util.h
index afb8013cb..49b98a433 100644
--- a/libempathy/empathy-request-util.h
+++ b/libempathy/empathy-request-util.h
@@ -52,6 +52,11 @@ void empathy_join_muc (TpAccount *account,
const gchar *roomname,
gint64 timestamp);
+/* Request a sms channel */
+void empathy_sms_contact_id (TpAccount *account,
+ const gchar *contact_id,
+ gint64 timestamp);
+
G_END_DECLS
#endif /* __EMPATHY_DISPATCHER_H__ */