avp/src/version.h
Steven Fuller a2d3afb314 Better error checking in winapi.c. (Tim Beckmann)
Keep track of profile timestamps. (Tim Beckmann)

Implemented a few other missing bits.
2019-08-20 02:22:37 +02:00

10 lines
243 B
C

#ifndef __VERSION_H__
#define __VERSION_H__
extern const char *AvPVersionString;
/* KJL 15:56:24 29/03/98 - this function supplies a text
description of the current build, and the build date. */
extern void GiveVersionDetails(void);
#endif