Return the max number of modules (sections). */
| 571 | |
| 572 | /* Return the max number of modules (sections). */ |
| 573 | int lp_num_modules(void) |
| 574 | { |
| 575 | return section_list.count; |
| 576 | } |
| 577 | |
| 578 | /* Return the number of the module with the given name, or -1 if it doesn't |
| 579 | * exist. Note that this is a DIFFERENT ANIMAL from the internal function |
no outgoing calls
no test coverage detected