Merge branch 'master' of github.com:mrash/fwknop

This commit is contained in:
Damien Stuart
2012-12-02 09:59:48 -05:00
2 changed files with 7 additions and 0 deletions

View File

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

View File

@@ -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 */