summaryrefslogtreecommitdiff
path: root/lib/gnutls_priority.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-11-05 11:32:28 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-11-05 11:32:28 +0000
commit208a367a3f52591d4655c829d945f8a8d3e7979d (patch)
tree2c50244393952e2e624dbddcbb036eaadfd9a47c /lib/gnutls_priority.h
parentfff2766dacd0ff4903128f0e5c044f9aead4f215 (diff)
downloadgnutls-208a367a3f52591d4655c829d945f8a8d3e7979d.tar.gz
list -> gnutls_list
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 8d8b952f5a..37a7711ba1 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, LIST);
-int gnutls_set_kx_priority( GNUTLS_STATE state, LIST);
-int gnutls_set_mac_priority( GNUTLS_STATE state, LIST);
-int gnutls_set_compression_priority( GNUTLS_STATE state, LIST);
-int gnutls_set_protocol_priority( GNUTLS_STATE state, LIST);
+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);