Apply the "frame around text area" patch and associated geometry fixes. Looks
[nedit.git] / source / regexConvert.h
blob8be58b8a09a4d5ae00a33091cc20dafc2ce7a133
1 /* $Id: regexConvert.h,v 1.4 2002/07/11 21:18:10 slobasso Exp $ */
3 #ifndef NEDIT_REGEXCONVERT_H_INCLUDED
4 #define NEDIT_REGEXCONVERT_H_INCLUDED
6 char *ConvertRE(const char *exp, char **errorText, char *cap_parens);
7 void ConvertSubstituteRE(const char *source, char *dest, int max);
9 #endif /* NEDIT_REGEXCONVERT_H_INCLUDED */