00001 /* 00002 * $Id$ 00003 * 00004 * TLS module - management interface 00005 * 00006 * Copyright (C) 2001-2003 FhG FOKUS 00007 * Copyright (C) 2005 iptelorg GmbH 00008 * 00009 * This file is part of sip-router, a free SIP server. 00010 * 00011 * Permission to use, copy, modify, and distribute this software for any 00012 * purpose with or without fee is hereby granted, provided that the above 00013 * copyright notice and this permission notice appear in all copies. 00014 * 00015 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 00016 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 00017 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 00018 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 00019 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 00020 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 00021 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 00022 */ 00029 #ifndef _TLS_RPC_H 00030 #define _TLS_RPC_H 00031 00032 #include "../../rpc.h" 00033 00034 extern rpc_export_t tls_rpc[]; 00035 00036 #endif /* _TLS_RPC_H */
1.7.1