gozer 2004/10/06 10:11:29
Modified: xs/tables/current/ModPerl FunctionTable.pm
Log:
Updated FunctionTable for APR::Bucket::setaside
Revision Changes Path
1.188 +19 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index: FunctionTable.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- FunctionTable.pm 4 Oct 2004 19:27:37 -0000 1.187
+++ FunctionTable.pm 6 Oct 2004 17:11:28 -0000 1.188
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by ModPerl::ParseSource/0.01
-# ! Wed Sep 29 16:02:04 2004
+# ! Wed Oct 6 09:50:56 2004
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -5481,6 +5481,24 @@
{
'type' => 'apr_bucket *',
'name' => 'bucket'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'apr_status_t',
+ 'name' => 'mpxs_APR__Bucket_setaside',
+ 'args' => [
+ {
+ 'type' => 'PerlInterpreter *',
+ 'name' => 'my_perl'
+ },
+ {
+ 'type' => 'apr_bucket *',
+ 'name' => 'b'
+ },
+ {
+ 'type' => 'apr_pool_t *',
+ 'name' => 'p'
}
]
},