diff options
Diffstat (limited to 'aoview/aoview.h')
| -rw-r--r-- | aoview/aoview.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/aoview/aoview.h b/aoview/aoview.h index 7b5f0de5..4eb4cd80 100644 --- a/aoview/aoview.h +++ b/aoview/aoview.h @@ -178,6 +178,9 @@ aoview_file_finish(struct aoview_file *file); gboolean aoview_file_start(struct aoview_file *file); +const char * +aoview_file_name(struct aoview_file *file); + void aoview_file_set_serial(struct aoview_file *file, int serial); @@ -199,4 +202,12 @@ aoview_file_destroy(struct aoview_file *file); void aoview_file_init(GladeXML *xml); +/* aoview_eeprom.c */ + +gboolean +aoview_eeprom_save(const char *device); + +void +aoview_eeprom_init(GladeXML *xml); + #endif /* _AOVIEW_H_ */ |
