summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.h
diff options
context:
space:
mode:
authorYang Gu <yang.gu@intel.com>2009-11-24 23:55:45 +0800
committerMarcel Holtmann <marcel@holtmann.org>2009-11-24 18:06:20 +0100
commitd9acd12fae47848315e157643867ebe545c40a03 (patch)
treed60f1ffc4e76403a14df2ebf17385d89231b0b2a /gatchat/gatchat.h
parent6e0eb3cfd5bb51e5514db599073b0204fd329428 (diff)
downloadofono-d9acd12fae47848315e157643867ebe545c40a03.tar.bz2
Framework to support non-standard terminator
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 fe5b97bc..249c8cfc 100644
--- a/gatchat/gatchat.h
+++ b/gatchat/gatchat.h
@@ -128,6 +128,9 @@ gboolean g_at_chat_unregister(GAtChat *chat, guint id);
gboolean g_at_chat_set_wakeup_command(GAtChat *chat, const char *cmd,
guint timeout, guint msec);
+void g_at_chat_add_terminator(GAtChat *chat, char *terminator,
+ int len, gboolean success);
+
#ifdef __cplusplus
}