Author: stevehay
Date: Mon Jan 26 09:18:53 2015
New Revision: 1654746

URL: http://svn.apache.org/r1654746
Log:
Add another missed function in XS function tables

Fixes Win32 linker error introduced by r1638351.

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

Modified: perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm?rev=1654746&r1=1654745&r2=1654746&view=diff
==============================================================================
--- perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm (original)
+++ perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm Mon Jan 26 
09:18:53 2015
@@ -4506,6 +4506,16 @@ $ModPerl::FunctionTable = [
     ]
   },
   {
+    'return_type' => 'void',
+    'name' => 'modperl_pnotes_kill',
+    'args' => [
+      {
+        'type' => 'void *',
+        'name' => 'cl_data'
+      }
+    ]
+  },
+  {
     'return_type' => 'int',
     'name' => 'modperl_post_config_handler',
     'args' => [


Reply via email to