summaryrefslogtreecommitdiff
path: root/ao-tools/ao-view/aoview.h
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/ao-view/aoview.h')
-rw-r--r--ao-tools/ao-view/aoview.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ao-tools/ao-view/aoview.h b/ao-tools/ao-view/aoview.h
index 6a4753ac..c582159c 100644
--- a/ao-tools/ao-view/aoview.h
+++ b/ao-tools/ao-view/aoview.h
@@ -169,6 +169,9 @@ gboolean
aoview_monitor_parse(const char *line);
void
+aoview_monitor_set_channel(int channel);
+
+void
aoview_monitor_reset(void);
struct aoview_serial *
@@ -320,4 +323,12 @@ aoview_flite_stop(void);
extern char *aoview_tty;
+/* aoview_channel.c */
+
+int
+aoview_channel_current(void);
+
+void
+aoview_channel_init(GladeXML *xml);
+
#endif /* _AOVIEW_H_ */