summaryrefslogtreecommitdiffstats
path: root/gatchat/gathdlc.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-29 15:50:57 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-29 18:49:16 -0500
commit95e0a15010cd425dac10c185260724eb8368d063 (patch)
tree6a5b7bc245d36980dbfb866daf817106a62dad58 /gatchat/gathdlc.h
parent58b37ddb531c4d095962bc9ac3ecf7bd2048a210 (diff)
downloadofono-95e0a15010cd425dac10c185260724eb8368d063.tar.bz2
gathdlc: Add from_io constructor
Diffstat (limited to 'gatchat/gathdlc.h')
-rw-r--r--gatchat/gathdlc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/gathdlc.h b/gatchat/gathdlc.h
index 2217558a..132e1a9e 100644
--- a/gatchat/gathdlc.h
+++ b/gatchat/gathdlc.h
@@ -34,6 +34,7 @@ struct _GAtHDLC;
typedef struct _GAtHDLC GAtHDLC;
GAtHDLC *g_at_hdlc_new(GIOChannel *channel);
+GAtHDLC *g_at_hdlc_new_from_io(GAtIO *io);
GAtHDLC *g_at_hdlc_ref(GAtHDLC *hdlc);
void g_at_hdlc_unref(GAtHDLC *hdlc);