00001 00002 /*************************************************/ 00003 /* File: structure.h */ 00004 /* Description: list of exported object by */ 00005 /* "structure.c" */ 00006 /*************************************************/ 00007 00008 #ifndef _STRUCTURE_H 00009 #define _STRUCTURE_H 00010 00011 node_asn *MHD__asn1_copy_structure3 (node_asn * source_node); 00012 00013 00014 node_asn *MHD__asn1_add_node_only (unsigned int type); 00015 00016 node_asn *MHD__asn1_find_left (node_asn * node); 00017 00018 #endif