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 3c8a889f..ff0994b1 100644
--- a/gatchat/gatchat.h
+++ b/gatchat/gatchat.h
@@ -46,6 +46,9 @@ typedef enum _GAtChatFlags GAtChatFlags;
GAtChat *g_at_chat_new(GIOChannel *channel, int flags);
GAtChat *g_at_chat_new_from_tty(const char *device, int flags);
+int g_at_chat_get_flags(GAtChat *chat);
+void g_at_chat_set_flags(GAtChat *chat, int flags);
+
GAtChat *g_at_chat_ref(GAtChat *chat);
void g_at_chat_unref(GAtChat *chat);