gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnutls-dev] [PATCH] transport_set_* documentation fix


From: Ralph Giles
Subject: [gnutls-dev] [PATCH] transport_set_* documentation fix
Date: Fri, 22 Jul 2005 14:16:15 -0700
User-agent: Mutt/1.5.9i

Hi,

The reference docs for gnutls_transport_set_[push|pull]() appear to be 
incorrect. The entries state that these must be called once right after 
gnutls_global_init() which doesn't agree with the first argument being a 
gnutls_session_t. Also, the description of the pull function's callback 
arguments includes a 'const void *' for the buffer address to be filled, 
which is obviously wrong.

I've attached a small patch to fix, which also improves the wording a 
bit.

 -r



reply via email to

[Prev in Thread] Current Thread [Next in Thread]