--- parser3/src/include/pa_common.h 2001/09/18 16:05:42 1.49 +++ parser3/src/include/pa_common.h 2001/10/08 15:14:07 1.53 @@ -2,10 +2,9 @@ Parser: commonly used functions. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_common.h,v 1.49 2001/09/18 16:05:42 parser Exp $ + $Id: pa_common.h,v 1.53 2001/10/08 15:14:07 parser Exp $ */ #ifndef PA_COMMON_H @@ -160,9 +159,10 @@ void back_slashes_to_slashes(char *s); #endif bool StrEqNc(const char *s1, const char *s2, bool strict=true); -char *unquote(char*& current, char stop_at); #define SECS_PER_DAY (60*60*24) int getMonthDays(int year, int month); +void remove_crlf(char *start, char *end); + #endif