mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Add correct C function prototypes for msc_init and msc_create_rule_set
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user