summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/knowledge.h')
-rw-r--r--src/core/knowledge.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/knowledge.h b/src/core/knowledge.h
index 93f5f49..7b5d754 100644
--- a/src/core/knowledge.h
+++ b/src/core/knowledge.h
@@ -71,7 +71,8 @@ int ZoO_knowledge_extend
(
struct ZoO_knowledge k [const static 1],
const struct ZoO_strings string [const],
- int const ignore_first_word,
+ ZoO_index const aliases_count,
+ const char * restrict aliases [const restrict static aliases_count],
ZoO_char * result [const static 1]
);