summaryrefslogtreecommitdiffstats
path: root/gatchat/gatmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatmux.h')
-rw-r--r--gatchat/gatmux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gatchat/gatmux.h b/gatchat/gatmux.h
index 8bf013d3..facc6fc6 100644
--- a/gatchat/gatmux.h
+++ b/gatchat/gatmux.h
@@ -38,6 +38,7 @@ GAtMux *g_at_mux_new_from_tty(const char *device);
GAtMux *g_at_mux_ref(GAtMux *mux);
void g_at_mux_unref(GAtMux *mux);
+gboolean g_at_mux_start(GAtMux *mux);
gboolean g_at_mux_shutdown(GAtMux *mux);
gboolean g_at_mux_set_disconnect_function(GAtMux *mux,
@@ -45,6 +46,9 @@ gboolean g_at_mux_set_disconnect_function(GAtMux *mux,
gboolean g_at_mux_set_debug(GAtMux *mux, GAtDebugFunc func, gpointer user);
+GIOChannel *g_at_mux_create_channel(GAtMux *mux);
+GAtChat *g_at_mux_create_chat(GAtMux *mux, GAtSyntax *syntax);
+
#ifdef __cplusplus
}
#endif