]> git.ipfire.org Git - thirdparty/util-linux.git/blob - include/match.h
lib/sysfs: add function to detect partitioned devices
[thirdparty/util-linux.git] / include / match.h
1 /*
2 * Copyright (C) 2011 Karel Zak <kzak@redhat.com>
3 *
4 * This file may be redistributed under the terms of the
5 * GNU Lesser General Public License.
6 */
7 #ifndef UTIL_LINUX_MATCH_H
8 #define UTIL_LINUX_MATCH_H
9
10 extern int match_fstype(const char *type, const char *pattern);
11
12 #endif /* UTIL_LINUX_MATCH_H */