Author: randyk
Date: Mon Apr  4 20:26:24 2005
New Revision: 160128

URL: http://svn.apache.org/viewcvs?view=rev&rev=160128
Log:
update functiontable to reflect recent name changes.

Modified:
    perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm

Modified: perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm
URL: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm?view=diff&r1=160127&r2=160128
==============================================================================
--- perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm (original)
+++ perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm Mon Apr  4 
20:26:24 2005
@@ -1574,7 +1574,7 @@
   },
   {
     'return_type' => 'const char **',
-    'name' => 'modperl_constants_group_lookup_apache2',
+    'name' => 'modperl_constants_group_lookup_apache2_const',
     'args' => [
       {
         'type' => 'const char *',
@@ -1584,7 +1584,7 @@
   },
   {
     'return_type' => 'const char **',
-    'name' => 'modperl_constants_group_lookup_apr',
+    'name' => 'modperl_constants_group_lookup_apr_const',
     'args' => [
       {
         'type' => 'const char *',
@@ -1604,7 +1604,7 @@
   },
   {
     'return_type' => 'SV *',
-    'name' => 'modperl_constants_lookup_apache2',
+    'name' => 'modperl_constants_lookup_apache2_const',
     'args' => [
       {
         'type' => 'PerlInterpreter *',
@@ -1618,7 +1618,7 @@
   },
   {
     'return_type' => 'SV *',
-    'name' => 'modperl_constants_lookup_apr',
+    'name' => 'modperl_constants_lookup_apr_const',
     'args' => [
       {
         'type' => 'PerlInterpreter *',


Reply via email to