--- parser3/src/include/pa_common.h 2001/01/29 20:46:21 1.1 +++ parser3/src/include/pa_common.h 2001/02/20 18:45:51 1.2 @@ -1,11 +1,12 @@ /* - $Id: pa_common.h,v 1.1 2001/01/29 20:46:21 paf Exp $ + $Id: pa_common.h,v 1.2 2001/02/20 18:45:51 paf Exp $ */ #ifndef PA_COMMON_H #define PA_COMMON_H #include +#include "pa_pool.h" #ifdef WIN32 #define vsnprintf __vsnprintf @@ -15,4 +16,6 @@ int __vsnprintf(char *, size_t, const ch int __snprintf(char *, size_t, const char *, ...); #endif +char *file_read(Pool& pool, char *fname); + #endif