~paulliu/ubuntu/quantal/freerdp/fixext

« back to all changes in this revision

Viewing changes to asn1/GeneralString.h

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-31 10:02:14 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120131100214-zvig71djj2sqgq22
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

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 _GeneralString_H_
6
 
#define _GeneralString_H_
7
 
 
8
 
#include <OCTET_STRING.h>
9
 
 
10
 
#ifdef __cplusplus
11
 
extern "C" {
12
 
#endif
13
 
 
14
 
typedef OCTET_STRING_t GeneralString_t; /* Implemented via OCTET STRING */
15
 
 
16
 
extern asn_TYPE_descriptor_t asn_DEF_GeneralString;
17
 
 
18
 
#ifdef __cplusplus
19
 
}
20
 
#endif
21
 
 
22
 
#endif  /* _GeneralString_H_ */