aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-05-05 15:37:40 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-05-05 15:37:40 +0800
commit9a1a49ed9ddf5a3d1da99eabca27882705688545 (patch)
tree5626cc6bb9aa534c4734de4fe76caf82d42f72a4 /src/empathy-chat-window.h
parent77fab8ebc60ce2625c4f449cde6296b25b10b05d (diff)
parent0fda59487b536e49bfcec7ab1ee6e9c6d7b6f306 (diff)
downloadgsoc2013-empathy-9a1a49ed9ddf5a3d1da99eabca27882705688545.tar
gsoc2013-empathy-9a1a49ed9ddf5a3d1da99eabca27882705688545.tar.gz
gsoc2013-empathy-9a1a49ed9ddf5a3d1da99eabca27882705688545.tar.bz2
gsoc2013-empathy-9a1a49ed9ddf5a3d1da99eabca27882705688545.tar.lz
gsoc2013-empathy-9a1a49ed9ddf5a3d1da99eabca27882705688545.tar.xz
gsoc2013-empathy-9a1a49ed9ddf5a3d1da99eabca27882705688545.tar.zst
gsoc2013-empathy-9a1a49ed9ddf5a3d1da99eabca27882705688545.zip
Merge branch 'sms-support-rebase'
Diffstat (limited to 'src/empathy-chat-window.h')
-rw-r--r--src/empathy-chat-window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h
index 5477479ac..2112b6647 100644
--- a/src/empathy-chat-window.h
+++ b/src/empathy-chat-window.h
@@ -59,7 +59,8 @@ struct _EmpathyChatWindowClass {
GType empathy_chat_window_get_type (void);
EmpathyChat * empathy_chat_window_find_chat (TpAccount *account,
- const gchar *id);
+ const gchar *id,
+ gboolean sms_channel);
void empathy_chat_window_present_chat (EmpathyChat *chat,
gint64 timestamp);