diff options
Diffstat (limited to 'gatchat/gatchat.h')
-rw-r--r-- | gatchat/gatchat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h index 6a4c2227..76116f32 100644 --- a/gatchat/gatchat.h +++ b/gatchat/gatchat.h @@ -40,7 +40,6 @@ typedef void (*GAtDisconnectFunc)(gpointer user_data); typedef void (*GAtDebugFunc)(const char *str, gpointer user_data); GAtChat *g_at_chat_new(GIOChannel *channel, GAtSyntax *syntax); -GAtChat *g_at_chat_new_from_tty(const char *device, GAtSyntax *syntax); GAtChat *g_at_chat_ref(GAtChat *chat); void g_at_chat_unref(GAtChat *chat); |