diff options
Diffstat (limited to 'help.h')
| -rw-r--r-- | help.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ struct cmdnames { } **names; }; +void cmdnames_release(struct cmdnames *cmds); + static inline void mput_char(char c, unsigned int num) { while (num--) |
