lib-capi-adk/SOURCE/CAPI.H

19 lines
559 B
C

/*--------------------------------------------------------------------------*\
CAPI.H Version 1.1 1995 AVM
Header file for CAPI.C
\*--------------------------------------------------------------------------*/
#ifndef _capi_h_
#define _capi_h_
/*--------------------------------------------------------------------------*\
* Handle_CAPI_Msg: the main routine, checks for messages and handles them
\*--------------------------------------------------------------------------*/
void Handle_CAPI_Msg(void);
#endif /*----- _capi_h_ -----*/