summaryrefslogtreecommitdiffstats
path: root/gatchat/gatutil.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-01-28 22:05:44 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-01-28 22:05:44 +0100
commitc9a37e4a9a3c798582755757af429fe998746112 (patch)
tree68b2373122a0396a31e07ce61d19014f4e204d77 /gatchat/gatutil.h
parentfb918d39ba275cdd3270160f18a1fc43f29dcea6 (diff)
downloadofono-c9a37e4a9a3c798582755757af429fe998746112.tar.bz2
Add new constructor for fully blocking operation
Diffstat (limited to 'gatchat/gatutil.h')
-rw-r--r--gatchat/gatutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatutil.h b/gatchat/gatutil.h
index 3aa82652..993db457 100644
--- a/gatchat/gatutil.h
+++ b/gatchat/gatutil.h
@@ -31,7 +31,7 @@ extern "C" {
void g_at_util_debug_chat(gboolean in, const char *str, gsize len,
GAtDebugFunc debugf, gpointer user_data);
-gboolean g_at_util_setup_io(GIOChannel *io);
+gboolean g_at_util_setup_io(GIOChannel *io, GIOFlags flags);
#ifdef __cplusplus
}