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:
ssu%netscape.com
1999-06-10 01:58:50 +00:00
parent ac23eae97a
commit 9c3d2350ea

View File

@@ -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);
/*