tls_select.h

Go to the documentation of this file.
00001 /*
00002  * $Id$
00003  *
00004  * TLS module - select interface
00005  *
00006  * Copyright (C) 2001-2003 FhG FOKUS
00007  * Copyright (C) 2004,2005 Free Software Foundation, Inc.
00008  * Copyright (C) 2005,2006 iptelorg GmbH
00009  * Copyright (C) 2006 enum.at
00010  *
00011  * This file is part of sip-router, a free SIP server.
00012  *
00013  * sip-router is free software; you can redistribute it and/or modify
00014  * it under the terms of the GNU General Public License as published by
00015  * the Free Software Foundation; either version 2 of the License, or
00016  * (at your option) any later version
00017  *
00018  * For a license to use the sip-router software under conditions
00019  * other than those described here, or to purchase support for this
00020  * software, please contact iptel.org by e-mail at the following addresses:
00021  *    info@iptel.org
00022  *
00023  * sip-router is distributed in the hope that it will be useful,
00024  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00025  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00026  * GNU General Public License for more details.
00027  *
00028  * You should have received a copy of the GNU General Public License
00029  * along with this program; if not, write to the Free Software
00030  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00031  */
00040 #ifndef _TLS_SELECT_H
00041 #define _TLS_SELECT_H
00042 
00043 #include "../../select.h"
00044 #include "../../pvar.h"
00045 
00046 extern select_row_t tls_sel[];
00047 
00048 extern pv_export_t tls_pv[];
00049 
00050 #endif /* _TLS_SELECT_H */