diff options
Diffstat (limited to 'gatchat/gatchat.h')
-rw-r--r-- | gatchat/gatchat.h | 3 |
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 } |