| 785 | } |
| 786 | |
| 787 | static __inline hook_p |
| 788 | _ngi_hook(item_p item, char *file, int line) |
| 789 | { |
| 790 | _ngi_check(item, file, line); |
| 791 | return (_NGI_HOOK(item)); |
| 792 | } |
| 793 | |
| 794 | #define NGI_M(i) (*_ngi_m(i, _NN_)) |
| 795 | #define NGI_MSG(i) (*_ngi_msg(i, _NN_)) |
nothing calls this directly
no test coverage detected