| 268 | } |
| 269 | |
| 270 | static __inline hook_p |
| 271 | _ng_hook_peer(hook_p hook, char * file, int line) |
| 272 | { |
| 273 | _chkhook(hook, file, line); |
| 274 | return (_NG_HOOK_PEER(hook)); |
| 275 | } |
| 276 | |
| 277 | static __inline void |
| 278 | _ng_hook_force_writer(hook_p hook, char * file, int line) |
nothing calls this directly
no test coverage detected