Fix sphinx build errors

This commit is contained in:
Johanna Amann 2016-08-17 09:16:16 -07:00
parent eebd896f63
commit 55f99c0da9
3 changed files with 16 additions and 8 deletions

View file

@ -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);