Code cosmetics: Reduces the amounts of warning.

Removes the warnings by adding missing headers and removed unused variables.
This commit is contained in:
Felipe Zimmerle
2014-03-26 18:21:42 -07:00
parent 1e63e49db4
commit 385a2828e8
7 changed files with 16 additions and 12 deletions

View File

@@ -53,5 +53,8 @@ int DSOLOCAL json_complete(modsec_rec *msr, char **error_msg);
apr_status_t DSOLOCAL json_cleanup(modsec_rec *msr);
int DSOLOCAL json_process_chunk(modsec_rec *msr, const char *buf,
unsigned int size, char **error_msg);
#endif
#endif