Revert "added got_allow_ip() wrapper around have_allow_ip() to fix an exported symbol issue noticed by Franck"
This reverts commit e57cfa2e23. 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.
This commit is contained in:
@@ -93,12 +93,6 @@ 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,7 +38,6 @@ 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