blob: 94440c22e92022f5a8383cc0cfe630524512303f [file] [log] [blame]
bigbiff bigbiffe60683a2013-02-22 20:55:50 -05001/*
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 */