]> arthur.barton.de Git - netatalk.git/blobdiff - etc/papd/file.h
Warning fixes.
[netatalk.git] / etc / papd / file.h
index b7f4aeb025eb4a0840be1f634e94dcdbd3f6e694..eaa8b7a1e331c314c5bb48c55c0ff8d65f6a2c8b 100644 (file)
@@ -30,7 +30,7 @@ struct papfile {
 #define PF_MORESPACE   1024
 
 int markline __P(( struct papfile *, char **, int *, int * ));
-void morespace __P(( struct papfile *, char *, int ));
+void morespace __P(( struct papfile *, const char *, int ));
 void append __P(( struct papfile *, const char *, int ));
 void spoolerror __P(( struct papfile *, char * ));