moved trie to public so extensions can use it easier

--HG--
rename : core/sm_trie_tpl.h => public/sm_trie_tpl.h
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401396
This commit is contained in:
David Anderson 2007-08-29 05:22:47 +00:00
parent 3faa842794
commit 77cc895151
2 changed files with 1 additions and 1 deletions

View File

@ -31,8 +31,8 @@
#include <string.h>
#include <assert.h>
#include <sm_trie_tpl.h>
#include "sm_trie.h"
#include "sm_trie_tpl.h"
struct Trie
{