Author: gozer
Date: Thu Dec 23 11:34:56 2004
New Revision: 123215

URL: http://svn.apache.org/viewcvs?view=rev&rev=123215
Log:
modperl_config_prepare_PerlPostConfigRequire is no more.


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&rev=123215&p1=perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm&r1=123214&p2=perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm&r2=123215
==============================================================================
--- perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm       
(original)
+++ perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm       Thu Dec 
23 11:34:56 2004
@@ -2,7 +2,7 @@
 
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 # ! WARNING: generated by ModPerl::ParseSource/0.01
-# !          Fri Dec 17 21:23:11 2004
+# !          Thu Dec 23 11:37:35 2004
 # !          do NOT edit, any changes will be lost !
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
@@ -1457,28 +1457,6 @@
       {
         'type' => 'const char *',
         'name' => 'name'
-      }
-    ]
-  },
-  {
-    'return_type' => 'int',
-    'name' => 'modperl_config_prepare_PerlPostConfigRequire',
-    'args' => [
-      {
-        'type' => 'server_rec *',
-        'name' => 's'
-      },
-      {
-        'type' => 'modperl_config_srv_t *',
-        'name' => 'scfg'
-      },
-      {
-        'type' => 'PerlInterpreter *',
-        'name' => 'perl'
-      },
-      {
-        'type' => 'apr_pool_t *',
-        'name' => 'p'
       }
     ]
   },

Reply via email to