source: trunk/MagicSoft/Cosy/incl/calif.h@ 1822

Last change on this file since 1822 was 731, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 574 bytes
Line 
1/*-----------------------------------------------------------------------------
2calif.h -- CAL Interface
3
4Copyright (c) 1994 JANZ Computer AG
5All Rights Reserved
6
7Created 94/10/11 by Soenke Hansen
8Version 1.3 of 96/04/18
9
10-----------------------------------------------------------------------------*/
11
12
13#ifndef calif_DEFINED
14#define calif_DEFINED
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20#include "calconf.h"
21#include "mcal.h"
22#include "cal.h"
23#include "cms.h"
24#include "dbts.h"
25#include "nmts.h"
26#include "lmts.h"
27
28#ifdef __cplusplus
29}
30#endif
31
32#endif /* !calif_DEFINED */
Note: See TracBrowser for help on using the repository browser.