| 2122 | } |
| 2123 | |
| 2124 | staticfn int |
| 2125 | optfn_menu_next_page( |
| 2126 | int optidx , int req, boolean negated, |
| 2127 | char *opts, char *op) |
| 2128 | { |
| 2129 | return shared_menu_optfn(optidx, req, negated, opts, op); |
| 2130 | } |
| 2131 | |
| 2132 | staticfn int |
| 2133 | optfn_menu_previous_page( |
nothing calls this directly
no test coverage detected