geoff 2003/08/29 06:44:45
Modified: xs/maps apr_functions.map xs/tables/current/Apache FunctionTable.pm Log: more apr name sync Submitted by: geoff Revision Changes Path 1.55 +8 -8 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.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- apr_functions.map 28 Aug 2003 18:33:32 -0000 1.54 +++ apr_functions.map 29 Aug 2003 13:44:45 -0000 1.55 @@ -18,7 +18,7 @@ -apr_sleep apr_rfc822_date apr_strftime - apr_implode_gmt + apr_time_exp_gmt_get apr_explode_localtime apr_explode_time apr_time_ansi_put @@ -446,7 +446,7 @@ apr_dso_unload MODULE=APR::Util PACKAGE=guess - apr_filename_of_pathname + apr_filepath_name_get apr_password_get int:apr_password_validate | mpxs_ -apr_snprintf @@ -486,12 +486,12 @@ apr_optional_hook_get !MODULE=APR::User - apr_group_name_get - apr_get_home_directory - apr_get_username - apr_get_userid - apr_get_groupid - apr_current_userid + apr_gid_name_get + apr_uid_homepath_get + apr_uid_name_get + apr_uid_get + apr_gid_get + apr_uid_current MODULE=APR::NetLib -apr_gethostname 1.46 +8 -26 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.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- FunctionTable.pm 28 Aug 2003 18:33:32 -0000 1.45 +++ FunctionTable.pm 29 Aug 2003 13:44:45 -0000 1.46 @@ -6850,7 +6850,7 @@ }, { 'return_type' => 'apr_status_t', - 'name' => 'apr_current_userid', + 'name' => 'apr_uid_current', 'args' => [ { 'type' => 'apr_uid_t *', @@ -8078,7 +8078,7 @@ }, { 'return_type' => 'const char *', - 'name' => 'apr_filename_of_pathname', + 'name' => 'apr_filepath_name_get', 'args' => [ { 'type' => 'const char *', @@ -8196,7 +8196,7 @@ }, { 'return_type' => 'apr_status_t', - 'name' => 'apr_get_groupid', + 'name' => 'apr_gid_get', 'args' => [ { 'type' => 'apr_gid_t *', @@ -8214,7 +8214,7 @@ }, { 'return_type' => 'apr_status_t', - 'name' => 'apr_get_groupname', + 'name' => 'apr_gid_name_get', 'args' => [ { 'type' => 'char **', @@ -8232,7 +8232,7 @@ }, { 'return_type' => 'apr_status_t', - 'name' => 'apr_get_home_directory', + 'name' => 'apr_uid_homepath_get', 'args' => [ { 'type' => 'char **', @@ -8250,7 +8250,7 @@ }, { 'return_type' => 'apr_status_t', - 'name' => 'apr_get_userid', + 'name' => 'apr_uid_get', 'args' => [ { 'type' => 'apr_uid_t *', @@ -8272,7 +8272,7 @@ }, { 'return_type' => 'apr_status_t', - 'name' => 'apr_get_username', + 'name' => 'apr_uid_name_get', 'args' => [ { 'type' => 'char **', @@ -8495,24 +8495,6 @@ ] }, { - 'return_type' => 'apr_status_t', - 'name' => 'apr_group_name_get', - 'args' => [ - { - 'type' => 'char **', - 'name' => 'groupname' - }, - { - 'type' => 'apr_gid_t', - 'name' => 'groupid' - }, - { - 'type' => 'apr_pool_t *', - 'name' => 'p' - } - ] - }, - { 'return_type' => 'apr_hash_t *', 'name' => 'apr_hash_copy', 'args' => [ @@ -8735,7 +8717,7 @@ }, { 'return_type' => 'apr_status_t', - 'name' => 'apr_implode_gmt', + 'name' => 'apr_time_exp_gmt_get', 'args' => [ { 'type' => 'apr_time_t *',