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

#ifndef _STRUCTURE_H
#define _STRUCTURE_H

node_asn *MHD__asn1_copy_structure3 (node_asn * source_node);


node_asn *MHD__asn1_add_node_only (unsigned int type);

node_asn *MHD__asn1_find_left (node_asn * node);

#endif