aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/TeletexString.h
blob: e92f7c2dcd1666b0550e4ef00dc7fc2df4ef629e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*-
 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
 * Redistribution and modifications are permitted subject to BSD license.
 */
#ifndef	_TeletexString_H_
#define	_TeletexString_H_

#include <OCTET_STRING.h>

typedef OCTET_STRING_t TeletexString_t;	/* Implemented via OCTET STRING */

extern asn1_TYPE_descriptor_t asn1_DEF_TeletexString;

#endif	/* _TeletexString_H_ */