mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Fix sphinx build errors
This commit is contained in:
parent
eebd896f63
commit
55f99c0da9
3 changed files with 16 additions and 8 deletions
|
@ -21,7 +21,7 @@ function skeleton_add_rule_fun(p: PluginState, r: Rule) : bool
|
|||
return T;
|
||||
}
|
||||
|
||||
function skeleton_remove_rule_fun(p: PluginState, r: Rule) : bool
|
||||
function skeleton_remove_rule_fun(p: PluginState, r: Rule, reason: string &default="") : bool
|
||||
{
|
||||
print "remove", r;
|
||||
event NetControl::rule_removed(r, p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue