about summary refs log tree commit diff
path: root/lib/pnm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pnm.h')
-rw-r--r--lib/pnm.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/pnm.h b/lib/pnm.h
index 19727c4c..e4bd34a8 100644
--- a/lib/pnm.h
+++ b/lib/pnm.h
@@ -86,12 +86,12 @@ pnm_writepnminit(FILE * const fileP,
                  int    const forceplain);
 
 void
-pnm_writepnmrow(FILE * const fileP, 
-                xel *  const xelrow, 
-                int    const cols, 
-                xelval const maxval, 
-                int    const format, 
-                int    const forceplain);
+pnm_writepnmrow(FILE *      const fileP, 
+                const xel * const xelrow, 
+                int         const cols, 
+                xelval      const maxval, 
+                int         const format, 
+                int         const forceplain);
 
 void
 pnm_writepnm(FILE * const fileP,