SecureVee.vh


/*********************************************************************

	$RCSfile: SecureVee.vh $
	$Revision: 1.3 $
	$Date: 1998/05/06 05:22:48 $
	$Author: doomer $
	Copyright (c) 1997 John Dumais.  All rights reserved.

**********************************************************************

	Description

	A file vee reads to get function and pass parameter information
	about a DLL it will use.

*********************************************************************/

int __stdcall SecureVee(void);
void __stdcall SecureVeeCleanup(void);

/*********************************************************************

	$Log: SecureVee.vh $
	Revision 1.3  1998/05/06 05:22:48  doomer
	made the two main entry points in the dll use the __stdcall calling convention.
	Revision 1.2  1997/09/09 00:23:04  doomer
	documentation.
	Revision 1.1  1997/08/17 04:58:18  doomer
	Initial revision

*********************************************************************/