Clear table, reset log on disconnect
[fw/altos] / aoview / aoview.h
index a3214128b480b38720a1010eaf67355a90741ce6..f584045f3a517a06ecac28112fbf77ff41a6c72b 100644 (file)
@@ -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_ */