You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
307 B
12 lines
307 B
/* |
|
* Copyright (C) 2011 Karel Zak <kzak@redhat.com> |
|
* |
|
* 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 */
|
|
|