summaryrefslogtreecommitdiff
path: root/lib/structure.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/structure.h')
-rw-r--r--lib/structure.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/structure.h b/lib/structure.h
index 4993146..b973ce9 100644
--- a/lib/structure.h
+++ b/lib/structure.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2014 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2022 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
@@ -26,7 +26,9 @@
/*************************************************/
#ifndef _STRUCTURE_H
-#define _STRUCTURE_H
+# define _STRUCTURE_H
+
+# include "parser_aux.h" /* list_type */
int _asn1_create_static_structure (asn1_node_const pointer,
char *output_file_name, char *vector_name);
@@ -37,4 +39,8 @@ asn1_node _asn1_add_single_node (unsigned int type);
asn1_node _asn1_find_left (asn1_node_const node);
+int
+_asn1_delete_structure (list_type * e_list, asn1_node * structure,
+ unsigned int flags);
+
#endif