summaryrefslogtreecommitdiffstats
path: root/runtime/ruleset.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ruleset.c')
-rw-r--r--runtime/ruleset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/ruleset.c b/runtime/ruleset.c
index d472a560..23007a63 100644
--- a/runtime/ruleset.c
+++ b/runtime/ruleset.c
@@ -252,7 +252,7 @@ GetParserList(rsconf_t *conf, msg_t *pMsg)
* of checks and ignore the rule if it does not pass them.
*/
static rsRetVal
-addRule(rsconf_t *conf, ruleset_t *pThis, rule_t **ppRule)
+addRule(ruleset_t *pThis, rule_t **ppRule)
{
int iActionCnt;
DEFiRet;
@@ -275,7 +275,7 @@ finalize_it:
/* set name for ruleset */
-static rsRetVal setName(rsconf_t *conf, ruleset_t *pThis, uchar *pszName)
+static rsRetVal setName(ruleset_t *pThis, uchar *pszName)
{
DEFiRet;
free(pThis->pszName);