One more question: Now that we s/macro 
TABLE_GET_SET/modperl_table_get_set/ where do I put the function 
definition for xs/modperl_xs_util.h? I can do this:

SV *modperl_table_get_set(pTHX_ apr_table_t *table, char *key, SV *sv_val, bool 
do_taint);

SV *modperl_table_get_set(pTHX_ apr_table_t *table, char *key, SV *sv_val, bool 
do_taint)
{
    SV *RETVAL = &PL_sv_undef;


but probably the whole function now should be moved elsewhere. if so 
then where?

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to