*** empty log message ***
[gnutls.git] / lib / gnutls_priority.h
bloba9e2deea3f104b004e6623467c671b335849d868
1 /*
2 * Copyright (C) 2000 Nikos Mavroyanopoulos
4 * This file is part of GNUTLS.
6 * GNUTLS is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * GNUTLS is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
21 int gnutls_cipher_set_priority( GNUTLS_STATE state, GNUTLS_LIST);
22 int gnutls_kx_set_priority( GNUTLS_STATE state, GNUTLS_LIST);
23 int gnutls_mac_set_priority( GNUTLS_STATE state, GNUTLS_LIST);
24 int gnutls_compression_set_priority( GNUTLS_STATE state, GNUTLS_LIST);
25 int gnutls_protocol_set_priority( GNUTLS_STATE state, GNUTLS_LIST);
26 int gnutls_cert_type_set_priority( GNUTLS_STATE state, GNUTLS_LIST);