aboutsummaryrefslogtreecommitdiff
path: root/img-save.h
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2022-11-10 15:39:19 +0200
committerIgor Pashev <pashev.igor@gmail.com>2022-11-10 15:39:19 +0200
commit19f0aa8025ddd0e164eef825f0a5987ada9f4b0f (patch)
tree0453e296fbbb4666a69833e463709c4a822b0116 /img-save.h
parent1c5ebd8c41727d61e4d5caded2e06ddb1ecd0e1d (diff)
downloadgimp-plugin-img-19f0aa8025ddd0e164eef825f0a5987ada9f4b0f.tar.gz
Format
Diffstat (limited to 'img-save.h')
-rw-r--r--img-save.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/img-save.h b/img-save.h
index 2438474..6ccf799 100644
--- a/img-save.h
+++ b/img-save.h
@@ -1,12 +1,12 @@
#ifndef __IMG_SAVE_H__
-# define __IMG_SAVE_H__
+#define __IMG_SAVE_H__
-GimpPDBStatusType img_read_options(ImageParasite *, const gchar *,
- const gchar *, GError **);
+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_save_image (gint32, const ImageParasite *,
+ const gchar *, GError **);
+gboolean img_save_dialog (gint32, ImageParasite *);
-GimpPDBStatusType img_sanity_check(gint32, GError **);
+GimpPDBStatusType img_sanity_check (gint32, GError **);
#endif