Add channel menu to ao-view.
[fw/altos] / ao-tools / ao-view / aoview.h
index 6a4753acb761a8590fdb87c0b1cee5bbeefb1725..c582159c86001c9a016cd169b29b3685ce46476a 100644 (file)
@@ -168,6 +168,9 @@ aoview_monitor_connect(char *tty);
 gboolean
 aoview_monitor_parse(const char *line);
 
+void
+aoview_monitor_set_channel(int channel);
+
 void
 aoview_monitor_reset(void);
 
@@ -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_ */