Moving result #defines out where others can use them
git-svn-id: svn://10.0.0.236/trunk@34536 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -81,6 +81,12 @@ XP_BEGIN_PROTOS
|
||||
|
||||
extern int XP_RegExpValid(char *exp);
|
||||
|
||||
|
||||
/* return values for the search routines */
|
||||
#define MATCH 0
|
||||
#define NOMATCH 1
|
||||
#define ABORTED -1
|
||||
|
||||
/*
|
||||
* shexp_match
|
||||
*
|
||||
@@ -88,6 +94,7 @@ extern int XP_RegExpValid(char *exp);
|
||||
*
|
||||
* Returns 0 on match and 1 on non-match.
|
||||
*/
|
||||
|
||||
extern int XP_RegExpMatch(char *str, char *exp, Bool case_insensitive);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user