getobj callback for P command */
| 3448 | |
| 3449 | /* getobj callback for P command */ |
| 3450 | staticfn int |
| 3451 | puton_ok(struct obj *obj) |
| 3452 | { |
| 3453 | return equip_ok(obj, FALSE, TRUE); |
| 3454 | } |
| 3455 | |
| 3456 | /* getobj callback for R command */ |
| 3457 | staticfn int |
nothing calls this directly
no test coverage detected