blob: 6733bfa06b0cb929cca51cabd6a453ca594f728d [file] [log] [blame]
/*-
* 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_ */