aboutsummaryrefslogtreecommitdiff
path: root/img-save-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'img-save-dialog.h')
-rw-r--r--img-save-dialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/img-save-dialog.h b/img-save-dialog.h
new file mode 100644
index 0000000..8594943
--- /dev/null
+++ b/img-save-dialog.h
@@ -0,0 +1,6 @@
+#ifndef __IMG_SAVE_DIALOG_H
+# define __IMG_SAVE_DIALOG_H
+
+gboolean img_save_dialog(gint32 image, ImageParasite * plugin);
+
+#endif