blob: 3b551c336c2a2a3f65acdd74f996a2cc24607142 [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001/*-
2 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _VideotexString_H_
6#define _VideotexString_H_
7
vlmfa67ddc2004-06-03 03:38:44 +00008#include <OCTET_STRING.h>
9
vlm3a417582005-07-24 09:03:44 +000010#ifdef __cplusplus
11extern "C" {
12#endif
13
vlmd1579582004-09-24 21:00:50 +000014typedef OCTET_STRING_t VideotexString_t; /* Implemented via OCTET STRING */
vlmfa67ddc2004-06-03 03:38:44 +000015
vlmef6355b2004-09-29 13:26:15 +000016extern asn_TYPE_descriptor_t asn_DEF_VideotexString;
vlmfa67ddc2004-06-03 03:38:44 +000017
vlm3a417582005-07-24 09:03:44 +000018#ifdef __cplusplus
19}
20#endif
21
vlmfa67ddc2004-06-03 03:38:44 +000022#endif /* _VideotexString_H_ */