summaryrefslogtreecommitdiff
path: root/lib/gnutls_priority.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-06 10:37:23 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-06 10:37:23 +0000
commit8a1d4c3c4db78f679e628679c0449f49a0d00a4c (patch)
tree0483bc1d15a7f8c1e0481f8d5d3a14d604b14dac /lib/gnutls_priority.h
parentc393fd8a48c256b7d7cd087190a66dbc87c048e6 (diff)
downloadgnutls-8a1d4c3c4db78f679e628679c0449f49a0d00a4c.tar.gz
Several cleanups.
Diffstat (limited to 'lib/gnutls_priority.h')
-rw-r--r--lib/gnutls_priority.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/gnutls_priority.h b/lib/gnutls_priority.h
index 37a7711ba1..4fb4bda645 100644
--- a/lib/gnutls_priority.h
+++ b/lib/gnutls_priority.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-int gnutls_set_cipher_priority( GNUTLS_STATE state, GNUTLS_LIST);
-int gnutls_set_kx_priority( GNUTLS_STATE state, GNUTLS_LIST);
-int gnutls_set_mac_priority( GNUTLS_STATE state, GNUTLS_LIST);
-int gnutls_set_compression_priority( GNUTLS_STATE state, GNUTLS_LIST);
-int gnutls_set_protocol_priority( GNUTLS_STATE state, GNUTLS_LIST);
+int gnutls_cipher_set_priority( GNUTLS_STATE state, GNUTLS_LIST);
+int gnutls_kx_set_priority( GNUTLS_STATE state, GNUTLS_LIST);
+int gnutls_mac_set_priority( GNUTLS_STATE state, GNUTLS_LIST);
+int gnutls_compression_set_priority( GNUTLS_STATE state, GNUTLS_LIST);
+int gnutls_protocol_set_priority( GNUTLS_STATE state, GNUTLS_LIST);