]> git.cworth.org Git - wordgame/blobdiff - dict.h
Eliminate useless layer of dict wrapping trie.
[wordgame] / dict.h
diff --git a/dict.h b/dict.h
index 16a345cf0a7f970f78799be533a539f2c37a688b..e58c8b4c4e3c992ca82ff67c0c04039af43fc8f1 100644 (file)
--- a/dict.h
+++ b/dict.h
@@ -22,7 +22,7 @@
 #include "dict-impl.h"
 
 /* Only looks opaque. Perfectly stack-allocatable */
-typedef struct _dict dict_t;
+typedef trie_t dict_t;
 
 void
 dict_init (dict_t *dict);