ITS
per_opentype.h
Go to the documentation of this file.
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 
13 
14 int uper_open_type_skip(asn_codec_ctx_t *opt_codec_ctx, asn_per_data_t *pd);
15 
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif /* _PER_OPENTYPE_H_ */
int uper_open_type_put(asn_TYPE_descriptor_t *td, asn_per_constraints_t *constraints, void *sptr, asn_per_outp_t *po)
Definition: per_opentype.c:26
int uper_open_type_skip(asn_codec_ctx_t *opt_codec_ctx, asn_per_data_t *pd)
Definition: per_opentype.c:252
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)
Definition: per_opentype.c:245