On 1/11/06, Brad Nicholes <[EMAIL PROTECTED]> wrote: > Does the hook API provide some way to determine if or how many > callbacks have been registered for a given hook?
Turn on your macro unprocessor and see what ap_hook_get_handler() resolves to. That returns NULL if there are no registered hooks.
