aboutsummaryrefslogtreecommitdiff
path: root/fastiv-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'fastiv-io.h')
-rw-r--r--fastiv-io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fastiv-io.h b/fastiv-io.h
index 5ee0f5b..d4fe58e 100644
--- a/fastiv-io.h
+++ b/fastiv-io.h
@@ -57,3 +57,5 @@ cairo_surface_t *fastiv_io_open_from_data(
const char *data, size_t len, const gchar *path, GError **error);
cairo_surface_t *fastiv_io_lookup_thumbnail(
const gchar *target, FastivIoThumbnailSize size);
+
+int fastiv_io_filecmp(GFile *f1, GFile *f2);