X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=aoview%2Faoview_file.c;h=4a8841d6f4d47aa162d245c363ecfe64febe0a78;hb=8cce307bb3156584ba17ae5a787f645dfee5fb94;hp=d86d5878f8b4ce7a1ce51ad5c72a2c438a63fe99;hpb=aa6d87aeb616dd62f0debaded297232022b4f8bd;p=fw%2Faltos 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