/* -- ---------------------------------------------------------------------------- -- -- Copyright 1994 Division Limited. -- All Rights Reserved -- -- -- System : dVS 2.1 -- Module : libvc -- Object Name : $RCSfile: vcerror.h,v $ -- Revision : $Revision: 1.1 $ -- Date : $Date: 95/05/18 10:24:15 $ -- Author : $Author: john $ -- -- Description -- Vcerror routines. -- -- Notes -- -- History -- -- -- ---------------------------------------------------------------------------- */ #ifndef __VCERROR_H__ #define __VCERROR_H__ void VC_Warn(char *format, ...); void VC_Error(char *format, ...); void VC_Fatal(char *format, ...); #endif /* __VCERROR_H__ */