5 * Returns the path to the hook file, or NULL if the hook is missing
6 * or disabled. Note that this points to static storage that will be
7 * overwritten by further calls to find_hook and run_hook_*.
9 const char *find_hook(const char *name
);
12 * A boolean version of find_hook()
14 int hook_exists(const char *hookname
);