~ubuntu-branches/ubuntu/dapper/asn1c/dapper

« back to all changes in this revision

Viewing changes to skeletons/VisibleString.h

  • Committer: Bazaar Package Importer
  • Author(s): W. Borgert
  • Date: 2005-05-28 12:36:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050528123642-3h6kstws5u0xcovl
Tags: upstream-0.9.14
ImportĀ upstreamĀ versionĀ 0.9.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 _VisibleString_H_
 
6
#define _VisibleString_H_
 
7
 
 
8
#include <OCTET_STRING.h>
 
9
 
 
10
typedef OCTET_STRING_t VisibleString_t;  /* Implemented via OCTET STRING */
 
11
 
 
12
extern asn_TYPE_descriptor_t asn_DEF_VisibleString;
 
13
 
 
14
asn_constr_check_f VisibleString_constraint;
 
15
 
 
16
#endif  /* _VisibleString_H_ */