summaryrefslogtreecommitdiff
path: root/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'match.h')
-rw-r--r--match.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.h b/match.h
index f46dd00..01c5f2a 100644
--- a/match.h
+++ b/match.h
@@ -31,6 +31,6 @@
/* Simple shell-style filename pattern matcher. Only does ? * and **, and
** multiple patterns separated by |. Returns 1 or 0.
*/
-extern int match( const char* pattern, const char* string );
+int match( const char* pattern, const char* string );
#endif /* _MATCH_H_ */