lib/fsprobe: mar this internal API as deprecated

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>
This commit is contained in:
Karel Zak 2012-02-13 15:10:55 +01:00
parent fab1f6717e
commit bb4f071520
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#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
*/

View File

@ -14,6 +14,11 @@
#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;