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