X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=aoview%2Faoview.h;fp=aoview%2Faoview.h;h=4eb4cd80b8a06d8ef267b0050c37e3f1e8209b24;hp=7b5f0de5b7c5dd2ced0639032550ee4796721593;hb=778cae8fc5a4b30e5045e4703316fc61ae18562a;hpb=bf140966e9649e75b884c8aa5f25ffbf9eed10ea 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_ */