X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=aoview%2Faoview.h;fp=aoview%2Faoview.h;h=f584045f3a517a06ecac28112fbf77ff41a6c72b;hp=a3214128b480b38720a1010eaf67355a90741ce6;hb=1234694eb903b204488ddc7cb30bcfe34bf1e677;hpb=4316b6af86b37522038e642235c163fcaad52e96 diff --git a/aoview/aoview.h b/aoview/aoview.h index a3214128..f584045f 100644 --- a/aoview/aoview.h +++ b/aoview/aoview.h @@ -109,6 +109,9 @@ aoview_usbdev_free(struct usbdev *usbdev); void aoview_state_notify(struct aostate *state); +void +aoview_state_new(void); + void aoview_state_init(GladeXML *xml); @@ -142,6 +145,9 @@ aoview_log_get_serial(void); void aoview_log_printf(char *format, ...); +void +aoview_log_new(void); + void aoview_table_start(void); @@ -154,5 +160,7 @@ aoview_table_finish(void); void aoview_table_init(GladeXML *xml); +void +aoview_table_clear(void); #endif /* _AOVIEW_H_ */