~ubuntu-branches/ubuntu/dapper/asn1c/dapper

« back to all changes in this revision

Viewing changes to libasn1fix/asn1fix_integer.h

  • Committer: Bazaar Package Importer
  • Author(s): W. Borgert
  • Date: 2005-05-28 12:36:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050528123642-3h6kstws5u0xcovl
Tags: upstream-0.9.14
ImportĀ upstreamĀ versionĀ 0.9.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _ASN1FIX_INTEGER_H_
 
2
#define _ASN1FIX_INTEGER_H_
 
3
 
 
4
int asn1f_fix_integer(arg_t *);         /* Type1 ::= INTEGER { a(1), b(2) } */
 
5
 
 
6
#endif  /* _ASN1FIX_INTEGER_H_ */