mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
feat: consolidate into acquire_global_lock and export prototype
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
This commit is contained in:
@@ -705,6 +705,9 @@ struct msc_parm {
|
||||
int pad_2;
|
||||
};
|
||||
|
||||
/* Reusable functions */
|
||||
int acquire_global_lock(apr_global_mutex_t *lock, apr_pool_t *mp);
|
||||
|
||||
/* Engine functions */
|
||||
|
||||
msc_engine DSOLOCAL *modsecurity_create(apr_pool_t *mp, int processing_mode);
|
||||
|
Reference in New Issue
Block a user