about summary refs log tree commit diff
path: root/lib/ppmdraw.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-10-01 08:18:21 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-10-01 08:18:21 +0000
commit7026d151d1bf717c57775a769e7de7babdc6544d (patch)
treedd6d2c48a3179604a6fba3f61966ea386645d8ae /lib/ppmdraw.h
parent90c4dc405ef50935603aaef73c27bf83fc2bb3cb (diff)
downloadnetpbm-mirror-7026d151d1bf717c57775a769e7de7babdc6544d.tar.gz
netpbm-mirror-7026d151d1bf717c57775a769e7de7babdc6544d.tar.xz
netpbm-mirror-7026d151d1bf717c57775a769e7de7babdc6544d.zip
cleanup, accomodate Irix compiler literal prototype comparison
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@75 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/ppmdraw.h')
-rw-r--r--lib/ppmdraw.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/ppmdraw.h b/lib/ppmdraw.h
index 9efe51b9..a3c4f831 100644
--- a/lib/ppmdraw.h
+++ b/lib/ppmdraw.h
@@ -265,17 +265,17 @@ ppmd_fill(pixel **         const pixels,
 /* Text drawing routines. */
 
 void
-ppmd_text(pixel**      const pixels, 
-          int          const cols, 
-          int          const rows, 
-          pixval       const maxval, 
-          int          const xpos, 
-          int          const ypos, 
-          int          const height, 
-          int          const angle, 
-          const char * const sArg, 
-          void (*drawprocP)(pixel**, int, int, pixval, int, int, const void*), 
-    const void*  const clientdata);
+ppmd_text(pixel**       const pixels, 
+          int           const cols, 
+          int           const rows, 
+          pixval        const maxval, 
+          int           const xpos, 
+          int           const ypos, 
+          int           const height, 
+          int           const angle, 
+          const char *  const sArg, 
+          ppmd_drawproc       drawProc,
+          const void *  const clientdata);
 /* Draws the null-terminated string 's' left justified at the point
    ('x', 'y').  The text will be 'height' pixels high and will be aligned on a
    baseline inclined 'angle' degrees with the X axis.  The supplied