aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/minitasn1/structure.h
blob: 9fdb3343c381a7e2a485341916f0fcdb14b393c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*************************************************/
/* File: structure.h                             */
/* Description: list of exported object by       */
/*   "structure.c"                               */
/*************************************************/

#ifndef _STRUCTURE_H
#define _STRUCTURE_H

asn1_retCode _asn1_create_static_structure (node_asn * pointer,
                                            char *output_file_name,
                                            char *vector_name);

node_asn *_asn1_copy_structure3 (node_asn * source_node);

node_asn *_asn1_copy_structure2 (node_asn * root, const char *source_name);

node_asn *_asn1_add_node_only (unsigned int type);

node_asn *_asn1_find_left (node_asn * node);

#endif