~ubuntu-branches/ubuntu/precise/libtasn1-3/precise-updates

« back to all changes in this revision

Viewing changes to doc/man/asn1_read_tag.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2010-03-15 19:16:34 UTC
  • mfrom: (1.2.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100315191634-015aowhjrrvlwjnm
* New upstream version.
* Do not run test-suite when cross compiling. Closes: #554343

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2
 
.TH "asn1_read_tag" 3 "2.4" "libtasn1" "libtasn1"
 
2
.TH "asn1_read_tag" 3 "2.5" "libtasn1" "libtasn1"
3
3
.SH NAME
4
 
asn1_read_tag \- Returns the TAG of one element inside a structure
 
4
asn1_read_tag \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <libtasn1.h>
7
7
.sp
22
22
\fBASN1_CLASS_UNIVERSAL\fP, \fBASN1_CLASS_PRIVATE\fP or
23
23
\fBASN1_CLASS_CONTEXT_SPECIFIC\fP.
24
24
.SH "RETURNS"
25
 
.SH "ASN1_SUCCESS"
26
 
Set value OK.
27
 
.SH "ASN1_ELEMENT_NOT_FOUND"
28
 
NAME is not a valid element.
29
25
.SH COPYRIGHT
30
26
Copyright \(co 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc..
31
27
.br