Fix for SF bug #991700: 5.5 crash. The workaround to prevent this crash
[nedit.git] / source / regexConvert.h
blobc027db0f7d2bd431fde50ae91d11262bf396b8aa
1 /* $Id: regexConvert.h,v 1.5 2003/05/09 17:43:47 edg Exp $ */
3 #ifndef NEDIT_REGEXCONVERT_H_INCLUDED
4 #define NEDIT_REGEXCONVERT_H_INCLUDED
6 char *ConvertRE(const char *exp, char **errorText);
7 void ConvertSubstituteRE(const char *source, char *dest, int max);
9 #endif /* NEDIT_REGEXCONVERT_H_INCLUDED */