Make file handling more general so it can be reused.
authorKeith Packard <keithp@keithp.com>
Wed, 20 May 2009 16:44:55 +0000 (09:44 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 20 May 2009 16:44:55 +0000 (09:44 -0700)
commitaa6d87aeb616dd62f0debaded297232022b4f8bd
tree3fb8b12bcb2796fdcf7ce1dd16c45fd44176937d
parentb730c8bcbce649cdddba935e1112aaae538bc526
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>
aoview/Makefile
aoview/aoview.glade
aoview/aoview.h
aoview/aoview_file.c [new file with mode: 0644]
aoview/aoview_log.c
aoview/aoview_main.c