Add support for ACCEPT verb.

This commit is contained in:
jzmaddock
2015-09-26 18:47:39 +01:00
parent b557febb0e
commit 2580fb035f
7 changed files with 48 additions and 4 deletions

View File

@ -444,6 +444,7 @@ private:
#endif
bool match_recursion();
bool match_fail();
bool match_accept();
// find procs stored in s_find_vtable:
bool find_restart_any();