]> wimlib.net Git - wimlib/blobdiff - include/wimlib/pattern.h
'extern' in function declarations is redundant
[wimlib] / include / wimlib / pattern.h
index b0e299958fc7c48c0e951aff3bf91c6643e89a1c..3f3add77096035987b8af7a6e249e70dcc58726d 100644 (file)
@@ -19,10 +19,10 @@ struct wim_dentry;
  */
 #define MATCH_ANCESTORS                0x02
 
-extern bool
+bool
 match_path(const tchar *path, const tchar *pattern, int match_flags);
 
-extern int
+int
 expand_path_pattern(struct wim_dentry *root, const tchar *pattern,
                    int (*consume_dentry)(struct wim_dentry *, void *),
                    void *ctx);