~ubuntu-branches/ubuntu/raring/freerdp/raring-proposed

« back to all changes in this revision

Viewing changes to asn1/MechType.h

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-06-23 21:39:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100623213909-bb9pvvv03913tdv6
Tags: upstream-0.7.1
ImportĀ upstreamĀ versionĀ 0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Generated by asn1c-0.9.22.1409 (http://lionet.info/asn1c)
 
3
 * From ASN.1 module "SPNEGO"
 
4
 *      found in "spnego.asn1"
 
5
 *      `asn1c -fnative-types -fskeletons-copy`
 
6
 */
 
7
 
 
8
#ifndef _MechType_H_
 
9
#define _MechType_H_
 
10
 
 
11
 
 
12
#include <asn_application.h>
 
13
 
 
14
/* Including external dependencies */
 
15
#include <OBJECT_IDENTIFIER.h>
 
16
 
 
17
#ifdef __cplusplus
 
18
extern "C" {
 
19
#endif
 
20
 
 
21
/* MechType */
 
22
typedef OBJECT_IDENTIFIER_t      MechType_t;
 
23
 
 
24
/* Implementation */
 
25
extern asn_TYPE_descriptor_t asn_DEF_MechType;
 
26
asn_struct_free_f MechType_free;
 
27
asn_struct_print_f MechType_print;
 
28
asn_constr_check_f MechType_constraint;
 
29
ber_type_decoder_f MechType_decode_ber;
 
30
der_type_encoder_f MechType_encode_der;
 
31
xer_type_decoder_f MechType_decode_xer;
 
32
xer_type_encoder_f MechType_encode_xer;
 
33
per_type_decoder_f MechType_decode_uper;
 
34
per_type_encoder_f MechType_encode_uper;
 
35
 
 
36
#ifdef __cplusplus
 
37
}
 
38
#endif
 
39
 
 
40
#endif  /* _MechType_H_ */