blob: fa1753ec8931fe6c473ff078a737165fa28940a4 [file] [log] [blame]
Harald Welte92c45f32010-06-12 18:59:38 +02001/*-
2 * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _ObjectDescriptor_H_
6#define _ObjectDescriptor_H_
7
8#include <GraphicString.h>
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14typedef GraphicString_t ObjectDescriptor_t; /* Implemented via GraphicString */
15
16extern asn_TYPE_descriptor_t asn_DEF_ObjectDescriptor;
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif /* _ObjectDescriptor_H_ */