chan-capi/chan_capi_cli.h

26 lines
547 B
C
Raw Permalink Normal View History

2010-11-08 10:13:48 +00:00
/*
* An implementation of Common ISDN API 2.0 for Asterisk
*
* Copyright (C) 2005-2010 Cytronics & Melware
*
* Armin Schindler <armin@melware.de>
*
* Reworked, but based on the work of
* Copyright (C) 2002-2005 Junghanns.NET GmbH
*
* Klaus-Peter Junghanns <kapejod@ns1.jnetdns.de>
*
* This program is free software and may be modified and
* distributed under the terms of the GNU Public License.
*/
#ifndef __CC_CLI_IFC_H__
#define __CC_CLI_IFC_H__
void pbx_capi_cli_register(void);
void pbx_capi_cli_unregister(void);
#endif