| 2114 | } |
| 2115 | |
| 2116 | staticfn int |
| 2117 | optfn_menu_last_page( |
| 2118 | int optidx, int req, boolean negated, |
| 2119 | char *opts, char *op) |
| 2120 | { |
| 2121 | return shared_menu_optfn(optidx, req, negated, opts, op); |
| 2122 | } |
| 2123 | |
| 2124 | staticfn int |
| 2125 | optfn_menu_next_page( |
nothing calls this directly
no test coverage detected