isdn4k-utils/capifax/init.h

19 lines
366 B
C
Raw Normal View History

#ifndef _init_h_
#define _init_h_
extern unsigned short Appl_Id;
/*
* RegisterCAPI: Check for CAPI, allocate memory for CAPI-buffer and
* register application. This function has to be called before using any
* other CAPI functions.
*/
unsigned RegisterCAPI (void);
/*
* ReleaseCAPI: deregister application
*/
void ReleaseCAPI (void);
#endif /* _init_h_ */