+static XS(MPXS_Apache__CmdParms_info)
All you need is:
SV *mpxs_Apache__CmdParms_info(pTHX_ cmd_params* cmd_parms)
this is untested, but should give you an idea. of course you need to adjust the map file and Functions.pm.
Doesn't it look much simpler?
all those *.h files are full of both mpxs_ functions and static XS functions, with functionaity implemented in one or the other seemingly at random. I have no idea how you would choose one format over the other, but if the mpxs_ implementation makes you more comfortable, that's fine - I'll commit that approach tomorrow.
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
