# $Id:$
--
-- Add grants to MySQL user for webfwlog functions 
--
GRANT EXECUTE ON FUNCTION `$WFWL_DB`.`wfwl_inet_ntop`      TO $USER;
GRANT EXECUTE ON FUNCTION `$WFWL_DB`.`wfwl_inet_ntop_ipv4` TO $USER;
GRANT EXECUTE ON FUNCTION `$WFWL_DB`.`wfwl_inet_pton`      TO $USER;
GRANT EXECUTE ON FUNCTION `$WFWL_DB`.`wfwl_inet_contains`  TO $USER;
