remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / NumericString.h
blob51e24e834890c061e8898d0d38c68f58be51cf07
1 /*-
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 _NumericString_H_
6 #define _NumericString_H_
8 #include <OCTET_STRING.h>
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
14 typedef OCTET_STRING_t NumericString_t; /* Implemented via OCTET STRING */
16 extern asn_TYPE_descriptor_t asn_DEF_NumericString;
18 asn_constr_check_f NumericString_constraint;
20 #ifdef __cplusplus
22 #endif
24 #endif /* _NumericString_H_ */