blob: 9d3ca4ba75ee0a7b96a3880fd0b71a1b7d6fb32a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/util.h.orig Tue Jan 28 03:07:29 2003
+++ src/util.h Tue Jun 15 03:15:09 2004
@@ -62,7 +62,7 @@
#define icase_search(T,D) _icase_search((T), (D), NULL)
/* Matching */
-enum { match_file, match_normal };
+enum { match_file, match_normal, match_regex };
extern int easy_patterns;
char *convert_pattern (char *pattern, int match_type, int do_group);
int regexp_match (char *pattern, char *string, int match_type);
|