]> git.imager.perl.org - imager.git/commitdiff
put the prototypes line in the right place
authorTony Cook <tony@develop=help.com>
Fri, 17 Feb 2006 12:59:34 +0000 (12:59 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 17 Feb 2006 12:59:34 +0000 (12:59 +0000)
Flines/Flines.xs

index 2dd493aa0e831432f8048eaf725e093733f56105..b00f1dc51a486d51188512fd94e539af683a1fa7 100644 (file)
@@ -51,10 +51,10 @@ flines(i_img *im) {
 
 DEFINE_IMAGER_CALLBACKS;
 
-PROTOTYPES: ENABLE
-
 MODULE = Imager::Filter::Flines   PACKAGE = Imager::Filter::Flines
 
+PROTOTYPES: ENABLE
+
 void
 flines(im)
         Imager::ImgRaw im