add PROTOTYPES lines to XS that were missing them
authorTony Cook <tony@develop=help.com>
Fri, 17 Feb 2006 12:58:32 +0000 (12:58 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 17 Feb 2006 12:58:32 +0000 (12:58 +0000)
DynTest/DynTest.xs
Flines/Flines.xs
Mandelbrot/Mandelbrot.xs
lib/Imager/APIRef.pm

index ca8ad27e91f23f97c08df92a0733bf413751fc6a..aca60eb5a5caf44aee9374923ffddf631a86f706 100644 (file)
@@ -18,6 +18,8 @@ DEFINE_IMAGER_CALLBACKS;
 
 MODULE = Imager::Filter::DynTest   PACKAGE = Imager::Filter::DynTest
 
+PROTOTYPES: ENABLE
+
 void
 lin_stretch(im, a, b)
         Imager::ImgRaw im
index 7f0a2bb0900cd4cc58f6decb96b3db1235a52789..2dd493aa0e831432f8048eaf725e093733f56105 100644 (file)
@@ -51,6 +51,8 @@ flines(i_img *im) {
 
 DEFINE_IMAGER_CALLBACKS;
 
+PROTOTYPES: ENABLE
+
 MODULE = Imager::Filter::Flines   PACKAGE = Imager::Filter::Flines
 
 void
index a6837ee58bb8c2420cfd24bdce3f4b95bf5779f3..9e997f9c3003b9f86cfc7dfecff98dfbc9f58b0a 100644 (file)
@@ -19,6 +19,8 @@ DEFINE_IMAGER_CALLBACKS;
 
 MODULE = Imager::Filter::Mandelbrot   PACKAGE = Imager::Filter::Mandelbrot
 
+PROTOTYPES: ENABLE
+
 void
 mandelbrot(im, minx=-2.5, miny=-2.0, maxx=2.5, maxy=-2.0, max_iter=256)
         Imager::ImgRaw im
index c4ae78abfc14197746ba8a934a835aab6b894b9c..f4425490ba167eedec1041f0c85026a54cd0d064 100644 (file)
@@ -414,7 +414,7 @@ Creates a new general fill which fills with a fountain fill.
 
 
 =for comment
-From: Line 1718 in filters.c
+From: Line 1713 in filters.c
 
 =item i_new_fill_hatch(fg, bg, combine, hatch, cust_hatch, dx, dy)