~ubuntu-branches/ubuntu/vivid/asn1c/vivid

« back to all changes in this revision

Viewing changes to skeletons/NativeEnumerated.h

  • Committer: Bazaar Package Importer
  • Author(s): W. Borgert
  • Date: 2006-09-23 13:50:05 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060923135005-rmay0d69e5vhunai
* New build, forgot to separate sources/diff.
* New release (closes: #327621).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*-
2
 
 * Copyright (c) 2004, 2005 Lev Walkin <vlm@lionet.info>. All rights reserved.
 
2
 * Copyright (c) 2004, 2005, 2006 Lev Walkin <vlm@lionet.info>.
 
3
 * All rights reserved.
3
4
 * Redistribution and modifications are permitted subject to BSD license.
4
5
 */
5
6
/*
14
15
 
15
16
#include <NativeInteger.h>
16
17
 
 
18
#ifdef __cplusplus
 
19
extern "C" {
 
20
#endif
 
21
 
17
22
extern asn_TYPE_descriptor_t asn_DEF_NativeEnumerated;
18
23
 
19
24
xer_type_encoder_f NativeEnumerated_encode_xer;
 
25
per_type_decoder_f NativeEnumerated_decode_uper;
 
26
per_type_encoder_f NativeEnumerated_encode_uper;
 
27
 
 
28
#ifdef __cplusplus
 
29
}
 
30
#endif
20
31
 
21
32
#endif  /* _NativeEnumerated_H_ */