X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=dict.h;h=e58c8b4c4e3c992ca82ff67c0c04039af43fc8f1;hb=70914305c0fe98948ba7e105a220fe7a36a62fec;hp=16a345cf0a7f970f78799be533a539f2c37a688b;hpb=17755d5a91f1470057bf2308984a25e7432bcd8a;p=wordgame diff --git a/dict.h b/dict.h index 16a345c..e58c8b4 100644 --- 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);