Skip to content

Commit

Permalink
removed irrelevant prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Stern committed Nov 12, 2024
1 parent ade685b commit b9ca263
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apache2/modsecurity.h
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,6 @@ 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 */

Expand Down

0 comments on commit b9ca263

Please sign in to comment.