X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Flz_mf_ops.h;h=2186534de4e0c1ffc15b6bce9dbb682c46aa756a;hp=d6475710ea4d1e573133a06f39e69f5605ea1992;hb=f18b7fc3361c4daac0ddd104af65a8eff8466fec;hpb=4bdcbacffa3e83e344cd53d9d56974dc64dd1eed diff --git a/include/wimlib/lz_mf_ops.h b/include/wimlib/lz_mf_ops.h index d6475710..2186534d 100644 --- a/include/wimlib/lz_mf_ops.h +++ b/include/wimlib/lz_mf_ops.h @@ -1,7 +1,4 @@ #include "wimlib/lz_mf.h" -extern const struct lz_mf_ops lz_null_ops; -extern const struct lz_mf_ops lz_hash_chains_ops; -extern const struct lz_mf_ops lz_binary_trees_ops; extern const struct lz_mf_ops lz_lcp_interval_tree_ops; extern const struct lz_mf_ops lz_linked_suffix_array_ops;