summaryrefslogtreecommitdiff
path: root/src/gimp2/print_gimp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gimp2/print_gimp.h')
-rw-r--r--src/gimp2/print_gimp.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/gimp2/print_gimp.h b/src/gimp2/print_gimp.h
index c6f9239..53d0a16 100644
--- a/src/gimp2/print_gimp.h
+++ b/src/gimp2/print_gimp.h
@@ -1,5 +1,5 @@
/*
- * "$Id: print_gimp.h,v 1.4 2004/11/01 20:46:34 rleigh Exp $"
+ * "$Id: print_gimp.h,v 1.5 2006/07/04 02:57:59 rlk Exp $"
*
* Print plug-in for the GIMP.
*
@@ -43,4 +43,17 @@
/* How to create an Image wrapping a Gimp drawable */
extern stpui_image_t *Image_GimpDrawable_new(GimpDrawable *drawable, gint32);
+extern void do_gimp_install_procedure(const char *blurb, const char *help,
+ const char *auth, const char *copy,
+ const char *types, int n_args,
+ GimpParamDef *args);
+
+/*
+ * Work around GIMP library not being const-safe. This is a very ugly
+ * hack, but the excessive warnings generated can mask more serious
+ * problems.
+ */
+
+#define BAD_CONST_CHAR char *
+
#endif /* __PRINT_GIMP_H__ */