aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/INTEGER_oer.h
blob: 6733bfa06b0cb929cca51cabd6a453ca594f728d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*-
 * Copyright (c) 2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
 * Redistribution and modifications are permitted subject to BSD license.
 */
#ifndef	_INTEGER_OER_H_
#define	_INTEGER_OER_H_
#ifdef __cplusplus
extern "C" {
#endif

#include <asn_application.h>
#include <asn_codecs.h>

oer_type_decoder_f INTEGER_decode_oer;
oer_type_encoder_f INTEGER_encode_oer;

#ifdef __cplusplus
}
#endif
#endif	/* _INTEGER_OER_H_ */