]> wimlib.net Git - wimlib/blob - include/wimlib/lz_mf_ops.h
Cleanup timestamp conversion code
[wimlib] / include / wimlib / lz_mf_ops.h
1 #include "wimlib/lz_mf.h"
2
3 extern const struct lz_mf_ops lz_null_ops;
4 extern const struct lz_mf_ops lz_hash_chains_ops;
5 extern const struct lz_mf_ops lz_binary_trees_ops;
6 extern const struct lz_mf_ops lz_lcp_interval_tree_ops;
7 extern const struct lz_mf_ops lz_linked_suffix_array_ops;