]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/match.h
libmount: fix comment referring to passno field
[thirdparty/util-linux.git] / include / match.h
CommitLineData
12089155
KZ
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
10extern int match_fstype(const char *type, const char *pattern);
11
12#endif /* UTIL_LINUX_MATCH_H */