[project @ 2005-04-22 09:32:39 by simonmar]
[ghc-hetmet.git] / ghc / utils / hp2ps / Curves.c
index c4f173e..ec05c98 100644 (file)
@@ -1,6 +1,6 @@
+#include "Main.h"
 #include <stdio.h>
 #include <math.h>
-#include "Main.h"
 #include "Defines.h"
 #include "Dimensions.h"
 #include "HpFile.h"
@@ -16,7 +16,8 @@ static floatish *y;
 static floatish *py;           /* previous y values */
 
 static void Curve PROTO((struct entry *));     /* forward */
-static void ShadeCurve();                      /* forward */
+static void ShadeCurve
+    PROTO((floatish *x, floatish *y, floatish *py, floatish shade));
 
 void
 Curves()