Add correct C function prototypes for msc_init and msc_create_rule_set

This commit is contained in:
Steven
2018-10-10 14:55:46 -04:00
committed by Victor Hora
parent c1925a4677
commit 004047ef6c
2 changed files with 2 additions and 2 deletions

View File

@@ -317,7 +317,7 @@ extern "C" {
#endif
/** @ingroup ModSecurity_C_API */
ModSecurity *msc_init();
ModSecurity *msc_init(void);
/** @ingroup ModSecurity_C_API */
const char *msc_who_am_i(ModSecurity *msc);
/** @ingroup ModSecurity_C_API */