summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-06 17:05:31 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-06 17:05:31 -0500
commite3466d9b9270bd398bd22006f4d2006875f2ec32 (patch)
tree96557590ec4382d18211d309be9cd1b0b3b2bdb0 /gatchat/gatchat.h
parent7b8f5bed5db243722201696c1daa46142c715d3a (diff)
downloadofono-e3466d9b9270bd398bd22006f4d2006875f2ec32.tar.bz2
Remove unneeded declarations
Diffstat (limited to 'gatchat/gatchat.h')
-rw-r--r--gatchat/gatchat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h
index 5822f1b2..97cf4610 100644
--- a/gatchat/gatchat.h
+++ b/gatchat/gatchat.h
@@ -39,13 +39,6 @@ typedef void (*GAtNotifyFunc)(GAtResult *result, gpointer user_data);
typedef void (*GAtDisconnectFunc)(gpointer user_data);
typedef void (*GAtDebugFunc)(const char *str, 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;
-
GAtChat *g_at_chat_new(GIOChannel *channel, GAtSyntax *syntax);
GAtChat *g_at_chat_new_from_tty(const char *device, GAtSyntax *syntax);