diff options
Diffstat (limited to 'aoview/aoview_file.c')
-rw-r--r-- | aoview/aoview_file.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aoview/aoview_file.c b/aoview/aoview_file.c index d86d5878..4a8841d6 100644 --- a/aoview/aoview_file.c +++ b/aoview/aoview_file.c @@ -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 |