The fsprobe has been added many years ago to provide unified API for
- built-in libblkid
- e2fsprogs libblkid
- udev libvolume_id
these all is unnecessary as we strictly depends on built-in libblkid.
Signed-off-by: Karel Zak <kzak@redhat.com>
#ifndef FSPROBE_H
#define FSPROBE_H
/*
+ * THIS IS DEPRECATED -- use blkid_evaluate_* API rather than this extra layer
+ *
* This is the generic interface for filesystem guessing libraries.
* Implementations are provided by
*/
#include "pathnames.h"
#include "fsprobe.h"
+/*
+ * THIS IS DEPRECATED -- use blkid_evaluate_* API rather than this extra layer
+ */
+
+
static blkid_cache blcache;
static blkid_probe blprobe;