aboutsummaryrefslogtreecommitdiff
path: root/img-load.h
diff options
context:
space:
mode:
Diffstat (limited to 'img-load.h')
-rw-r--r--img-load.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/img-load.h b/img-load.h
new file mode 100644
index 0000000..f50c9d2
--- /dev/null
+++ b/img-load.h
@@ -0,0 +1,5 @@
+#ifndef __IMG_LOAD_H__
+# define __IMG_LOAD_H__
+
+gint32 img_load_image(const gchar *, ImageParasite *, GError **);
+#endif