- Added const-correctness to main codebase

This commit is contained in:
Paul Bakker
2010-03-16 21:09:09 +00:00
parent 9120018f3d
commit ff60ee6c2a
49 changed files with 1221 additions and 416 deletions

View File

@@ -53,7 +53,7 @@ struct options
char *request_page; /* page on server to request */
} opt;
void my_debug( void *ctx, int level, char *str )
void my_debug( void *ctx, int level, const char *str )
{
if( level < opt.debug_level )
{