| 212 | } |
| 213 | |
| 214 | static __inline void |
| 215 | _ng_hook_unref(hook_p hook, char * file, int line) |
| 216 | { |
| 217 | _chkhook(hook, file, line); |
| 218 | _NG_HOOK_UNREF(hook); |
| 219 | } |
| 220 | |
| 221 | static __inline void |
| 222 | _ng_hook_set_private(hook_p hook, void *val, char * file, int line) |
nothing calls this directly
no test coverage detected