/*------------------------------------------------------------------------- * * version.h-- * this file contains the interface to version.c. * Also some parameters. * * $Id: version.h,v 1.5 1997/10/03 17:31:29 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef VERSION_H #define VERSION_H void ValidatePgVersion(const char *path, char **reason_p); void SetPgVersion(const char *path, char **reason_p); #define PG_RELEASE 6 #define PG_VERSION 2 #define PG_VERFILE "PG_VERSION" #endif