geoff 2003/12/04 12:26:26
Modified: xs/maps apr_functions.map xs/tables/current/Apache FunctionTable.pm Log: remove deprecated apr_sockaddr_ip_set Revision Changes Path 1.63 +0 -1 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map =================================================================== RCS file: /home/cvs/modperl-2.0/xs/maps/apr_functions.map,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- apr_functions.map 2 Dec 2003 18:34:35 -0000 1.62 +++ apr_functions.map 4 Dec 2003 20:26:26 -0000 1.63 @@ -69,7 +69,6 @@ MODULE=APR::SockAddr !apr_sockaddr_info_get char *:apr_sockaddr_ip_get | mpxs_ | sockaddr - apr_sockaddr_ip_set apr_sockaddr_port_set apr_port_t:apr_sockaddr_port_get | mpxs_ | sockaddr apr_sockaddr_equal 1.50 +0 -14 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm =================================================================== RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- FunctionTable.pm 2 Dec 2003 15:49:22 -0000 1.49 +++ FunctionTable.pm 4 Dec 2003 20:26:26 -0000 1.50 @@ -11575,20 +11575,6 @@ }, { 'return_type' => 'apr_status_t', - 'name' => 'apr_sockaddr_ip_set', - 'args' => [ - { - 'type' => 'apr_sockaddr_t *', - 'name' => 'sockaddr' - }, - { - 'type' => 'const char *', - 'name' => 'addr' - } - ] - }, - { - 'return_type' => 'apr_status_t', 'name' => 'apr_sockaddr_port_get', 'args' => [ {