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, 2 insertions, 1 deletions
diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h
index 4c3ab07d..ea6626e5 100644
--- a/gatchat/gatchat.h
+++ b/gatchat/gatchat.h
@@ -46,7 +46,8 @@ GIOChannel *g_at_chat_get_channel(GAtChat *chat);
GAtChat *g_at_chat_ref(GAtChat *chat);
void g_at_chat_unref(GAtChat *chat);
-gboolean g_at_chat_shutdown(GAtChat *chat);
+void g_at_chat_suspend(GAtChat *chat);
+void g_at_chat_resume(GAtChat *chat);
gboolean g_at_chat_set_disconnect_function(GAtChat *chat,
GAtDisconnectFunc disconnect, gpointer user_data);