mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Same for global_mutex_unlock
This commit is contained in:
@@ -708,6 +708,7 @@ struct msc_parm {
|
||||
/* Reusable functions */
|
||||
int acquire_global_lock(apr_global_mutex_t **lock, apr_pool_t *mp);
|
||||
int msr_global_mutex_lock(modsec_rec* msr, apr_global_mutex_t* lock, const char* fct);
|
||||
int msr_global_mutex_unlock(modsec_rec* msr, apr_global_mutex_t* lock, const char* fct);
|
||||
|
||||
/* Engine functions */
|
||||
|
||||
|
Reference in New Issue
Block a user