| 812 | } |
| 813 | |
| 814 | void addfilecomplete(char *command, char *dir, char *ext) |
| 815 | { |
| 816 | addcomplete(command, COMPLETE_FILE, dir, ext); |
| 817 | } |
| 818 | |
| 819 | void addlistcomplete(char *command, char *list) |
| 820 | { |
nothing calls this directly
no test coverage detected