Author: stas
Date: Fri Dec 17 18:23:46 2004
New Revision: 122696

URL: http://svn.apache.org/viewcvs?view=rev&rev=122696
Log:
source_scan for the new functions

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=122696&p1=perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm&r1=122695&p2=perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm&r2=122696
==============================================================================
--- perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm       
(original)
+++ perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm       Fri Dec 
17 18:23:46 2004
@@ -2,7 +2,7 @@
 
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 # ! WARNING: generated by ModPerl::ParseSource/0.01
-# !          Fri Dec 10 13:39:28 2004
+# !          Fri Dec 17 21:23:11 2004
 # !          do NOT edit, any changes will be lost !
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
@@ -512,6 +512,24 @@
   },
   {
     'return_type' => 'const char *',
+    'name' => 'modperl_cmd_config_requires',
+    'args' => [
+      {
+        'type' => 'cmd_parms *',
+        'name' => 'parms'
+      },
+      {
+        'type' => 'void *',
+        'name' => 'mconfig'
+      },
+      {
+        'type' => 'const char *',
+        'name' => 'arg'
+      }
+    ]
+  },
+  {
+    'return_type' => 'const char *',
     'name' => 'modperl_cmd_fixup_handlers',
     'args' => [
       {
@@ -926,6 +944,24 @@
   },
   {
     'return_type' => 'const char *',
+    'name' => 'modperl_cmd_post_config_requires',
+    'args' => [
+      {
+        'type' => 'cmd_parms *',
+        'name' => 'parms'
+      },
+      {
+        'type' => 'void *',
+        'name' => 'mconfig'
+      },
+      {
+        'type' => 'const char *',
+        'name' => 'arg'
+      }
+    ]
+  },
+  {
+    'return_type' => 'const char *',
     'name' => 'modperl_cmd_post_read_request_handlers',
     'args' => [
       {
@@ -1226,6 +1262,24 @@
   },
   {
     'return_type' => 'int',
+    'name' => 'modperl_config_apply_PerlPostConfigRequire',
+    'args' => [
+      {
+        'type' => 'server_rec *',
+        'name' => 's'
+      },
+      {
+        'type' => 'modperl_config_srv_t *',
+        'name' => 'scfg'
+      },
+      {
+        'type' => 'apr_pool_t *',
+        'name' => 'p'
+      }
+    ]
+  },
+  {
+    'return_type' => 'int',
     'name' => 'modperl_config_apply_PerlRequire',
     'args' => [
       {
@@ -1403,6 +1457,28 @@
       {
         '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