summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatchat.h')
-rw-r--r--gatchat/gatchat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h
index f61fe538..8cbb5598 100644
--- a/gatchat/gatchat.h
+++ b/gatchat/gatchat.h
@@ -50,6 +50,9 @@ void g_at_chat_unref(GAtChat *chat);
GAtChat *g_at_chat_clone(GAtChat *chat);
+GAtChat *g_at_chat_set_slave(GAtChat *chat, GAtChat *slave);
+GAtChat *g_at_chat_get_slave(GAtChat *chat);
+
void g_at_chat_suspend(GAtChat *chat);
void g_at_chat_resume(GAtChat *chat);