aboutsummaryrefslogtreecommitdiff
path: root/img-save.h
diff options
context:
space:
mode:
Diffstat (limited to 'img-save.h')
-rw-r--r--img-save.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/img-save.h b/img-save.h
new file mode 100644
index 0000000..2438474
--- /dev/null
+++ b/img-save.h
@@ -0,0 +1,12 @@
+#ifndef __IMG_SAVE_H__
+# define __IMG_SAVE_H__
+
+GimpPDBStatusType img_read_options(ImageParasite *, const gchar *,
+ const gchar *, GError **);
+
+GimpPDBStatusType img_save_image(gint32, const ImageParasite *, const gchar *,
+ GError **);
+gboolean img_save_dialog(gint32, ImageParasite *);
+
+GimpPDBStatusType img_sanity_check(gint32, GError **);
+#endif