/*----------------------------------------------------------------------------- calif.h -- CAL Interface Copyright (c) 1994 JANZ Computer AG All Rights Reserved Created 94/10/11 by Soenke Hansen Version 1.3 of 96/04/18 -----------------------------------------------------------------------------*/ #ifndef calif_DEFINED #define calif_DEFINED #ifdef __cplusplus extern "C" { #endif #include "calconf.h" #include "mcal.h" #include "cal.h" #include "cms.h" #include "dbts.h" #include "nmts.h" #include "lmts.h" #ifdef __cplusplus } #endif #endif /* !calif_DEFINED */