diff options
Diffstat (limited to 'jdtalk.h')
-rw-r--r-- | jdtalk.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ char *str_random_case(char *s); char *str_hill_case(char *s); char *str_leet(char *s); char *str_title_case(char *s); +char *str_randomize_words(char *s); +char *str_reverse(char *s); char *talkf(struct Dictionary *dict, const char *fmt, char **parts); char *talk_salad(struct Dictionary *dict, size_t limit, char **parts); |