Merge branch 'master' of github.com:mrash/fwknop
This commit is contained in:
@@ -93,6 +93,12 @@ have_allow_ip(const char *msg)
|
||||
return(res);
|
||||
}
|
||||
|
||||
int
|
||||
got_allow_ip(const char *msg)
|
||||
{
|
||||
return have_allow_ip(msg);
|
||||
}
|
||||
|
||||
static int
|
||||
have_port(const char *msg)
|
||||
{
|
||||
|
||||
@@ -38,6 +38,7 @@ int validate_cmd_msg(const char *msg);
|
||||
int validate_access_msg(const char *msg);
|
||||
int validate_nat_access_msg(const char *msg);
|
||||
int validate_proto_port_spec(const char *msg);
|
||||
int got_allow_ip(const char *msg);
|
||||
|
||||
#endif /* FKO_MESSAGE_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user