From ca5981336f1a54418c8b9b983476efa0f94f1d98 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 15 Jul 2009 15:44:23 -0500 Subject: Add extra_pdu_crlf quirk --- gatchat/gatchat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gatchat/gatchat.h') diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h index ff0994b1..969f6f46 100644 --- a/gatchat/gatchat.h +++ b/gatchat/gatchat.h @@ -39,6 +39,7 @@ typedef void (*GAtDisconnectFunc)(gpointer user_data); enum _GAtChatFlags { G_AT_CHAT_FLAG_NO_LEADING_CRLF = 1, /* Some emulators are broken */ + G_AT_CHAT_FLAG_EXTRA_PDU_CRLF = 2, }; typedef enum _GAtChatFlags GAtChatFlags; -- cgit v1.2.3