aboutsummaryrefslogtreecommitdiff
path: root/img-load.h
diff options
context:
space:
mode:
authorIgor Pashev <pashev@truth.pearl.pomorsu.ru>2009-10-28 14:14:58 +0300
committerIgor Pashev <pashev@truth.pearl.pomorsu.ru>2009-10-28 14:14:58 +0300
commit629cb019b8641c1278309bb3aa53463c4a4ac66f (patch)
tree3d705d349f47312da5605c4041054f7ae877c449 /img-load.h
downloadgimp-plugin-img-629cb019b8641c1278309bb3aa53463c4a4ac66f.tar.gz
Public release
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