aboutsummaryrefslogtreecommitdiff
path: root/img-save-dialog.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-save-dialog.h
downloadgimp-plugin-img-629cb019b8641c1278309bb3aa53463c4a4ac66f.tar.gz
Public release
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