~ubuntu-branches/ubuntu/saucy/gnutls28/saucy

« back to all changes in this revision

Viewing changes to doc/functions/dane_cert_type_name

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-30 21:40:07 UTC
  • mfrom: (14.1.9 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130730214007-9mrd08xo61kla008
Tags: 3.2.3-1ubuntu1
* Sync with Debian (LP: #1068029). Remaining change:
  - Drop gnutls-bin and -doc since we want to use the versions
    in gnutls26 as the defaults instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
 
 
4
@deftypefun {const char*} {dane_cert_type_name} (dane_cert_type_t @var{type})
 
5
@var{type}: is a DANE match type
 
6
 
 
7
Convert a @code{dane_cert_type_t}  value to a string.
 
8
 
 
9
@strong{Returns:} a string that contains the name of the specified
 
10
type, or @code{NULL} .
 
11
@end deftypefun