--- parser3/src/include/pa_common.h 2001/01/29 20:46:21 1.1 +++ parser3/src/include/pa_common.h 2001/03/12 09:08:47 1.6 @@ -1,11 +1,16 @@ /* - $Id: pa_common.h,v 1.1 2001/01/29 20:46:21 paf Exp $ + Parser + Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexander Petrosyan (http://design.ru/paf) + + $Id: pa_common.h,v 1.6 2001/03/12 09:08:47 paf Exp $ */ #ifndef PA_COMMON_H #define PA_COMMON_H #include +#include "pa_pool.h" #ifdef WIN32 #define vsnprintf __vsnprintf @@ -15,4 +20,6 @@ int __vsnprintf(char *, size_t, const ch int __snprintf(char *, size_t, const char *, ...); #endif +char *file_read(Pool& pool, const char *fname, bool fail_on_read_problem); + #endif