gnutls_anon_allocate_server_credentials — Used to allocate an gnutls_anon_server_credentials_t structure
#include <gnutls/gnutls.h>
int
gnutls_anon_allocate_server_credentials( |
gnutls_anon_server_credentials_t * | sc) ; |
is a pointer to an gnutls_anon_server_credentials_t structure.
This structure is complex enough to manipulate directly thus this helper function is provided in order to allocate it.