Include RPM spec file in dist package.
[mod_auth_gssapi.git] / src / asn1c / per_opentype.h
1 /*
2  * Copyright (c) 2007 Lev Walkin <vlm@lionet.info>. All rights reserved.
3  * Redistribution and modifications are permitted subject to BSD license.
4  */
5 #ifndef _PER_OPENTYPE_H_
6 #define _PER_OPENTYPE_H_
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 asn_dec_rval_t uper_open_type_get(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, asn_per_constraints_t *constraints, void **sptr, asn_per_data_t *pd);
13
14 int uper_open_type_skip(asn_codec_ctx_t *opt_codec_ctx, asn_per_data_t *pd);
15
16 int uper_open_type_put(asn_TYPE_descriptor_t *td, asn_per_constraints_t *constraints, void *sptr, asn_per_outp_t *po);
17
18 #ifdef __cplusplus
19 }
20 #endif
21
22 #endif  /* _PER_OPENTYPE_H_ */