squat-trie.h revision 80c1d98d3638b71e57a39cafa88b9122bf8169c6
#ifndef SQUAT_TRIE_H
#define SQUAT_TRIE_H
#include "file-lock.h"
#include "seq-range-array.h"
struct squat_trie *
struct squat_trie_build_context *
unsigned int current_message_count);
const char *str);
const char *str);
#endif