Sha256: 8eebeaff35ddd76c1d4f7c464d1dc4f54c2a36abd13cc8d55f6b654cbeca6dfd
Contents?: true
Size: 1.44 KB
Versions: 4
Compression:
Stored size: 1.44 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_init" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_init \- initialize the session to null (null encryption etc...). .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "int gnutls_init(gnutls_session_t * " session ", gnutls_connection_end_t " con_end ");" .SH ARGUMENTS .IP "gnutls_session_t * session" 12 is a pointer to a \fBgnutls_session_t\fP structure. .IP "gnutls_connection_end_t con_end" 12 indicate if this session is to be used for server or client. .SH "DESCRIPTION" This function initializes the current session to null. Every session must be initialized before use, so internal structures can be allocated. This function allocates structures which can only be free'd by calling \fBgnutls_deinit()\fP. Returns zero on success. \fIcon_end\fP can be one of \fBGNUTLS_CLIENT\fP and \fBGNUTLS_SERVER\fP. .SH "RETURNS" \fBGNUTLS_E_SUCCESS\fP on success, or an error code. .SH "REPORTING BUGS" Report bugs to <bug-gnutls@gnu.org>. .SH COPYRIGHT Copyright \(co 2008 Free Software Foundation. .br Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. .SH "SEE ALSO" The full documentation for .B gnutls is maintained as a Texinfo manual. If the .B info and .B gnutls programs are properly installed at your site, the command .IP .B info gnutls .PP should give you access to the complete manual.
Version data entries
4 entries across 4 versions & 1 rubygems