blob: 2620d139eaa8873d1db0f810b15e23be3178a8a4 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
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
Lev Walkinf15320b2004-06-03 03:38:44 +00008#include <GraphicString.h>
9
Lev Walkin11c3e172004-09-24 21:00:50 +000010typedef GraphicString_t ObjectDescriptor_t; /* Implemented via GraphicString */
Lev Walkinf15320b2004-06-03 03:38:44 +000011
12extern asn1_TYPE_descriptor_t asn1_DEF_ObjectDescriptor;
13
14#endif /* _ObjectDescriptor_H_ */