aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-request-util.h
diff options
context:
space:
mode:
authorChandni Verma <chandniverma2112@gmail.com>2011-05-04 03:29:12 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-05-05 14:30:39 +0800
commitb41c1f0e4b8277feee45703d283591adaed6305b (patch)
treecc16beae4b5d4540e26d17e2fe764c4c8f3c35f7 /libempathy/empathy-request-util.h
parentce8a8930c60b7dbb45f14ed49e8473c4f78e9686 (diff)
downloadgsoc2013-empathy-b41c1f0e4b8277feee45703d283591adaed6305b.tar
gsoc2013-empathy-b41c1f0e4b8277feee45703d283591adaed6305b.tar.gz
gsoc2013-empathy-b41c1f0e4b8277feee45703d283591adaed6305b.tar.bz2
gsoc2013-empathy-b41c1f0e4b8277feee45703d283591adaed6305b.tar.lz
gsoc2013-empathy-b41c1f0e4b8277feee45703d283591adaed6305b.tar.xz
gsoc2013-empathy-b41c1f0e4b8277feee45703d283591adaed6305b.tar.zst
gsoc2013-empathy-b41c1f0e4b8277feee45703d283591adaed6305b.zip
Move the code ensuring a requested sms channel to empathy-request-util
as empathy-dispatcher has been deleted in master
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__ */