summaryrefslogtreecommitdiff
path: root/words.h
diff options
context:
space:
mode:
Diffstat (limited to 'words.h')
-rw-r--r--words.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/words.h b/words.h
index ac9e13b..f1716a4 100644
--- a/words.h
+++ b/words.h
@@ -1 +1,2 @@
int split_words(char *sentence);
+void words(const char *sentence, void (*callback)(const char *, void *), void *memo);