Add another missed function in XS function tables

Fixes Win32 linker error introduced by r1638351.


git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1654746 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xs/tables/current24/ModPerl/FunctionTable.pm b/xs/tables/current24/ModPerl/FunctionTable.pm
index 23d3f53..a0f3ccf 100644
--- a/xs/tables/current24/ModPerl/FunctionTable.pm
+++ b/xs/tables/current24/ModPerl/FunctionTable.pm
@@ -4506,6 +4506,16 @@
     ]
   },
   {
+    'return_type' => 'void',
+    'name' => 'modperl_pnotes_kill',
+    'args' => [
+      {
+        'type' => 'void *',
+        'name' => 'cl_data'
+      }
+    ]
+  },
+  {
     'return_type' => 'int',
     'name' => 'modperl_post_config_handler',
     'args' => [