blob: 6733bfa06b0cb929cca51cabd6a453ca594f728d [file] [log] [blame]
Lev Walkined3a4ae2017-07-07 10:09:51 -07001/*-
2 * Copyright (c) 2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _INTEGER_OER_H_
6#define _INTEGER_OER_H_
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11#include <asn_application.h>
12#include <asn_codecs.h>
13
14oer_type_decoder_f INTEGER_decode_oer;
15oer_type_encoder_f INTEGER_encode_oer;
16
17#ifdef __cplusplus
18}
19#endif
20#endif /* _INTEGER_OER_H_ */