Fix warnings

This commit is contained in:
brenosilva
2012-06-17 13:33:07 +00:00
parent 89fb40248a
commit f896591fc3
9 changed files with 82 additions and 46 deletions

View File

@@ -20,7 +20,7 @@
#include "msc_util.h"
#include "msc_parsers.h"
void validate_quotes(modsec_rec *msr, unsigned char *data) {
void validate_quotes(modsec_rec *msr, char *data) {
int i, len;
if(msr == NULL)