--- parser3/src/include/pa_string.h 2001/04/03 15:25:08 1.67 +++ parser3/src/include/pa_string.h 2001/04/03 16:34:27 1.68 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_string.h,v 1.67 2001/04/03 15:25:08 paf Exp $ + $Id: pa_string.h,v 1.68 2001/04/03 16:34:27 paf Exp $ */ #ifndef PA_STRING_H @@ -184,7 +184,8 @@ public: const String& delim, Untaint_lang lang, int limit=-1) const; - typedef void (*Row_action)(Table& table, Array *row, void *info); + typedef void (*Row_action)(Table& table, Array *row, int start, int finish, + void *info); bool match(const String *aorigin, const String& regexp, const String *options,