Add GPLv3, since automake installs GPLv2.
[shishi.git] / asn1 / structure.h
blob4c78391e3fcbc462f2601582f58974a60fe69281
2 /*************************************************/
3 /* File: structure.h */
4 /* Description: list of exported object by */
5 /* "structure.c" */
6 /*************************************************/
8 #ifndef _STRUCTURE_H
9 #define _STRUCTURE_H
11 asn1_retCode _asn1_create_static_structure(node_asn *pointer,
12 char* output_file_name,char *vector_name);
14 node_asn* _asn1_copy_structure3(node_asn *source_node);
16 node_asn* _asn1_copy_structure2(node_asn *root,const char *source_name);
18 node_asn * _asn1_add_node_only(unsigned int type);
20 node_asn * _asn1_find_left(node_asn *node);
22 #endif