This reverts commit
e57cfa2e235261b960986ecae0c7e86307159529. This is done
because libfko now restricts the symbols it exports to only those functions
that should be visible when making use of the library - internal libfko
functions should not be exported.
return(res);
}
-int
-got_allow_ip(const char *msg)
-{
- return have_allow_ip(msg);
-}
-
static int
have_port(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 */