diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-10-10 15:05:50 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-10-10 15:05:50 -0600 |
| commit | 541da6f3bbf81be93dfe3c01f7c8cfd757b28a2b (patch) | |
| tree | bd784c8aca6edc22db2cd89a38afc88182cd2256 /ao-tools/ao-view/aoview.h | |
| parent | dfc73cba1bee8b121e00e8cba45e7dfaaf79e9d8 (diff) | |
| parent | 5f26ad663b3f60dddc9d967206e365f45dc4acd1 (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'ao-tools/ao-view/aoview.h')
| -rw-r--r-- | ao-tools/ao-view/aoview.h | 11 |
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_ */ |
