From e60683a0d553b6488c564863f4e48954944fb0f8 Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Fri, 22 Feb 2013 20:55:50 -0500 Subject: use libblkid to get filesystem type we can now use libblkid to detect exfat --- libblkid/match.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libblkid/match.h (limited to 'libblkid/match.h') diff --git a/libblkid/match.h b/libblkid/match.h new file mode 100644 index 000000000..94440c22e --- /dev/null +++ b/libblkid/match.h @@ -0,0 +1,12 @@ +/* + * Copyright (C) 2011 Karel Zak + * + * This file may be redistributed under the terms of the + * GNU Lesser General Public License. + */ +#ifndef UTIL_LINUX_MATCH_H +#define UTIL_LINUX_MATCH_H + +extern int match_fstype(const char *type, const char *pattern); + +#endif /* UTIL_LINUX_MATCH_H */ -- cgit v1.2.3