--- parser3/src/include/pa_common.h 2001/09/18 16:05:42 1.49 +++ parser3/src/include/pa_common.h 2001/10/08 09:04:08 1.52 @@ -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.52 2001/10/08 09:04:08 parser Exp $ */ #ifndef PA_COMMON_H @@ -165,4 +164,6 @@ char *unquote(char*& current, char stop_ #define SECS_PER_DAY (60*60*24) int getMonthDays(int year, int month); +void remove_crlf(char *start, char *end); + #endif