Module: kamailio Branch: master Commit: e02eb4b2ce854fc0f64a887d15588630d67a663b URL: https://github.com/kamailio/kamailio/commit/e02eb4b2ce854fc0f64a887d15588630d67a663b
Author: AsedMorteza <mortezatorabi...@gmail.com> Committer: Jose Luis Verdeguer <pepel...@gmail.com> Date: 2025-04-25T17:05:48+02:00 add secf_remove_rule in header file --- Modified: src/modules/secfilter/secfilter.h --- Diff: https://github.com/kamailio/kamailio/commit/e02eb4b2ce854fc0f64a887d15588630d67a663b.diff Patch: https://github.com/kamailio/kamailio/commit/e02eb4b2ce854fc0f64a887d15588630d67a663b.patch --- diff --git a/src/modules/secfilter/secfilter.h b/src/modules/secfilter/secfilter.h index 92d96f5916e..8317fac5453 100644 --- a/src/modules/secfilter/secfilter.h +++ b/src/modules/secfilter/secfilter.h @@ -58,6 +58,7 @@ extern int *secf_stats; void secf_reset_stats(void); int secf_append_rule(int action, int type, str *value); +int secf_remove_rule(int action, int type, str *value); /* Get header values from message */ int secf_get_ua(struct sip_msg *msg, str *ua); _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!