bigbiff bigbiff | e60683a | 2013-02-22 20:55:50 -0500 | [diff] [blame] | 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 */ |