1
2
3
4
5@deftypefun {void} {gnutls_transport_get_ptr2} (gnutls_session_t @var{session}, gnutls_transport_ptr_t * @var{recv_ptr}, gnutls_transport_ptr_t * @var{send_ptr})
6@var{session}: is a @code{gnutls_session_t}  type.
7
8@var{recv_ptr}: will hold the value for the pull function
9
10@var{send_ptr}: will hold the value for the push function
11
12Used to get the arguments of the transport functions (like PUSH
13and PULL).  These should have been set using
14@code{gnutls_transport_set_ptr2()} .
15@end deftypefun
16