summaryrefslogtreecommitdiff
path: root/lib/gnutls_priority.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-06-05 08:34:13 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-06-05 08:34:13 +0000
commit2dfc64b45e825cf2e972260a2e1d43a246156e18 (patch)
tree909a4414e89973242af67c13f404f533a1dbc72c /lib/gnutls_priority.h
parentee9080d232f3ce041edfcaceed0e70ee07416a47 (diff)
downloadgnutls-2dfc64b45e825cf2e972260a2e1d43a246156e18.tar.gz
updated documentation and functions
Diffstat (limited to 'lib/gnutls_priority.h')
-rw-r--r--lib/gnutls_priority.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/gnutls_priority.h b/lib/gnutls_priority.h
index 500c35c4e0..fe01235ce8 100644
--- a/lib/gnutls_priority.h
+++ b/lib/gnutls_priority.h
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-void gnutls_set_cipher_priority( GNUTLS_STATE state, ...);
-void gnutls_set_kx_priority( GNUTLS_STATE state, ...);
-void gnutls_set_mac_priority( GNUTLS_STATE state, ...);
-void gnutls_set_compression_priority( GNUTLS_STATE state, ...);
+void gnutls_set_cipher_priority( GNUTLS_STATE state, LIST);
+void gnutls_set_kx_priority( GNUTLS_STATE state, LIST);
+void gnutls_set_mac_priority( GNUTLS_STATE state, LIST);
+void gnutls_set_compression_priority( GNUTLS_STATE state, LIST);