From a818c94fc4474afcdebdf6eea80608c130830db1 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 1 Dec 2018 14:02:37 +0900 Subject: Replace word lists by PGP word lists from https://en.wikipedia.org/wiki/PGP_word_list --- src/words.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/words.h') diff --git a/src/words.h b/src/words.h index e8cb628..0bbd3c4 100644 --- a/src/words.h +++ b/src/words.h @@ -1,7 +1,7 @@ #ifndef __ADJECTIVES_H__ #define __ADJECTIVES_H__ -extern const char * const adjectives[256]; -extern const char * const nouns[256]; +extern const char * const even[256]; +extern const char * const odd[256]; #endif -- cgit