Revert "Merge branch 'upstream' into tizen"
[platform/upstream/gnutls.git] / doc / functions / gnutls_certificate_allocate_credentials
1
2
3
4
5 @deftypefun {int} {gnutls_certificate_allocate_credentials} (gnutls_certificate_credentials_t *      @var{res})
6 @var{res}: is a pointer to a @code{gnutls_certificate_credentials_t}  structure.
7
8 This structure is complex enough to manipulate directly thus this
9 helper function is provided in order to allocate it.
10
11 @strong{Returns:} @code{GNUTLS_E_SUCCESS}  on success, or an error code.
12 @end deftypefun