--- parser3/src/classes/Attic/_string.h 2001/03/10 16:34:33 1.3 +++ parser3/src/classes/Attic/_string.h 2001/03/12 22:21:01 1.5 @@ -1,9 +1,9 @@ /* Parser Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan + Author: Alexander Petrosyan (http://design.ru/paf) - $Id: _string.h,v 1.3 2001/03/10 16:34:33 paf Exp $ + $Id: _string.h,v 1.5 2001/03/12 22:21:01 paf Exp $ */ #ifndef _STRING_H @@ -14,4 +14,6 @@ extern VClass *string_class; // global string class [^length[] & co] void initialize_string_class(Pool& pool, VClass& vclass); +void _string_format(Request& r, const String& method_name, Array *params); + #endif