summaryrefslogtreecommitdiffstats
path: root/gatchat/gattty.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-07-26 15:59:47 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-07-26 15:59:47 +0200
commit0f29c33c5b823198e8288b5785a0aeaeb8b9b78c (patch)
treef70ef6d4d5699f34b6094fce766b39b45d0ff315 /gatchat/gattty.h
parenta58f01316bea8a4a9fad5663c862722ac753ec3a (diff)
downloadofono-0f29c33c5b823198e8288b5785a0aeaeb8b9b78c.tar.bz2
gatchat: Add helper for opening QCDM ports
Diffstat (limited to 'gatchat/gattty.h')
-rw-r--r--gatchat/gattty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/gattty.h b/gatchat/gattty.h
index dc3fe160..e4d7c31f 100644
--- a/gatchat/gattty.h
+++ b/gatchat/gattty.h
@@ -43,6 +43,8 @@ extern "C" {
*/
GIOChannel *g_at_tty_open(const char *tty, GHashTable *options);
+GIOChannel *g_at_tty_open_qcdm(const char *tty);
+
#ifdef __cplusplus
}
#endif