X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Flz_mf_ops.h;h=2186534de4e0c1ffc15b6bce9dbb682c46aa756a;hb=a92076249aa233d18ecc378062e654729e27c0d8;hp=0e1cfe9da4239629d6602f9f1fb78f4cf75ee92d;hpb=4dd45340f9fe3a533e0f1a9d6b79f8118e45ca2a;p=wimlib diff --git a/include/wimlib/lz_mf_ops.h b/include/wimlib/lz_mf_ops.h index 0e1cfe9d..2186534d 100644 --- a/include/wimlib/lz_mf_ops.h +++ b/include/wimlib/lz_mf_ops.h @@ -1,8 +1,4 @@ #include "wimlib/lz_mf.h" -extern const struct lz_mf_ops lz_null_ops; -extern const struct lz_mf_ops lz_brute_force_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;