diff options
author | Keith Packard <keithp@keithp.com> | 2009-05-20 09:44:55 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-05-20 09:44:55 -0700 |
commit | aa6d87aeb616dd62f0debaded297232022b4f8bd (patch) | |
tree | 3fb8b12bcb2796fdcf7ce1dd16c45fd44176937d /aoview/aoview_main.c | |
parent | b730c8bcbce649cdddba935e1112aaae538bc526 (diff) |
Make file handling more general so it can be reused.
The log file handling stuff will be useful for saving eeprom data, so pull
it out of the real-time log handling code and make a general interface.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'aoview/aoview_main.c')
-rw-r--r-- | aoview/aoview_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aoview/aoview_main.c b/aoview/aoview_main.c index a3dc9544..8d000993 100644 --- a/aoview/aoview_main.c +++ b/aoview/aoview_main.c @@ -81,6 +81,8 @@ int main(int argc, char **argv) aoview_state_init(xml); + aoview_file_init(xml); + aoview_log_init(xml); aoview_table_init(xml); |