Commit db686003 authored by Rafaël Carré's avatar Rafaël Carré

Fix [21766]

parent cda33f62
......@@ -52,7 +52,7 @@
#if defined( HAVE_ZLIB_H )
# include <zlib.h>
# include <errno.h>
int gzopen_frontend ( char *pathname, int oflags, int mode );
int gzopen_frontend ( const char *pathname, int oflags, int mode );
int gzclose_frontend( int );
int gzread_frontend ( int, void *, size_t );
int gzwrite_frontend( int, const void *, size_t );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment