summaryrefslogtreecommitdiff
path: root/word.h
diff options
context:
space:
mode:
Diffstat (limited to 'word.h')
-rw-r--r--word.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/word.h b/word.h
index adceefa..8b84ca2 100644
--- a/word.h
+++ b/word.h
@@ -6,6 +6,7 @@
struct word_t {
unsigned long hash;
char *name;
+ int id;
unsigned long long count;
struct word_t *next;
};