diff options
Diffstat (limited to 'hook.h')
| -rw-r--r-- | hook.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,4 +8,9 @@ */ const char *find_hook(const char *name); +/** + * A boolean version of find_hook() + */ +int hook_exists(const char *hookname); + #endif |
