]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
clarified doc
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 5 May 2013 13:23:11 +0000 (16:23 +0300)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 5 May 2013 13:23:11 +0000 (16:23 +0300)
lib/ext/alpn.c

index 939266e15ab8cc722829c74c1cb63b2210ab650e..3179d3aed64c89b6edbeef6c59766de00681622b 100644 (file)
@@ -227,7 +227,7 @@ gnutls_alpn_get_selected_protocol (gnutls_session_t session,
  * @session: is a #gnutls_session_t structure.
  * @protocols: is the protocol names to add.
  * @protocols_size: the number of protocols to add.
- * @flags: one of %GNUTLS_ALPN_*
+ * @flags: zero or %GNUTLS_ALPN_*
  *
  * This function is to be used by both clients and servers, to declare
  * the supported ALPN protocols, which are used during peer negotiation.