diff options
Diffstat (limited to 'tests/test-common.h')
-rw-r--r-- | tests/test-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-common.h b/tests/test-common.h index f0e1b1a03..8da8f9693 100644 --- a/tests/test-common.h +++ b/tests/test-common.h @@ -30,6 +30,7 @@ G_BEGIN_DECLS typedef gboolean (* AddTestFunc) (GFile *file); gboolean format_supported (const gchar *filename); +gboolean file_supported (GFile *file); gboolean skip_if_insufficient_memory (GError **err); gboolean pixdata_equal (GdkPixbuf *test, GdkPixbuf *ref, GError **error); void add_test_for_all_images (const gchar *prefix, |