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:
Michael Rash
2012-12-03 22:45:39 -05:00
parent 7df9edc1db
commit 88c66f647f
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -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)
{
-1
View File
@@ -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 */