% find xs -name "*.h" | xargs grep MPXS_
...
xs/Apache/Log/Apache__Log.h:static XS(MPXS_Apache__Log_dispatch)
xs/Apache/Log/Apache__Log.h:static XS(MPXS_Apache_LOG_MARK)
xs/Apache/Log/Apache__Log.h:static XS(MPXS_Apache__Log_log_xerror)
xs/Apache/Log/Apache__Log.h:static XS(MPXS_Apache__Log_log_error)

and see modperl_functions.map.
source_scan doesn't put any MPXS_ functions in the xs/tables.
the name must either map to an existing C function or be DEFINEd in the 
.map


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

Reply via email to