| 461 | } |
| 462 | |
| 463 | void list_developer_interfaces_help(void) |
| 464 | { |
| 465 | struct category_description catdesc[] = { |
| 466 | { CAT_developerinterfaces, N_("File formats, protocols and other developer interfaces:") }, |
| 467 | { 0, NULL } |
| 468 | }; |
| 469 | print_cmd_by_category(catdesc, NULL); |
| 470 | putchar('\n'); |
| 471 | } |
| 472 | |
| 473 | static void list_all_cmds_help_external_commands(void) |
| 474 | { |
no test coverage detected