Add telem replay and larger labels
[fw/altos] / aoview / aoview_file.c
index d86d5878f8b4ce7a1ce51ad5c72a2c438a63fe99..5288c2f7530cde26903a2f76f88167d20806614d 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "aoview.h"
 
-static char *aoview_file_dir;
+char *aoview_file_dir;
 
 #define ALTOS_DIR_PATH "/apps/aoview/log_dir"
 #define DEFAULT_DIR    "AltOS"
@@ -68,6 +68,12 @@ aoview_file_finish(struct aoview_file *file)
        file->failed = 0;
 }
 
+const char *
+aoview_file_name(struct aoview_file *file)
+{
+       return file->name;
+}
+
 static GtkMessageDialog *file_fail_dialog;
 
 static void