summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-02-28 09:02:09 +0000
committerSimon Josefsson <simon@josefsson.org>2006-02-28 09:02:09 +0000
commite9648cd65b390d0391b08f9d6d96e60617f94e95 (patch)
treeeacec7cbae33105c49bf41ef07cdd0237c6d5046
parent2f0b78b149620e39f38a575ff57fb0f82a60557f (diff)
downloadlibtasn1-e9648cd65b390d0391b08f9d6d96e60617f94e95.tar.gz
libtasn1-e9648cd65b390d0391b08f9d6d96e60617f94e95.tar.bz2
libtasn1-e9648cd65b390d0391b08f9d6d96e60617f94e95.zip
Remove duplicate definitions.
-rw-r--r--lib/structure.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/structure.h b/lib/structure.h
index 5c302fa..4c78391 100644
--- a/lib/structure.h
+++ b/lib/structure.h
@@ -8,16 +8,6 @@
#ifndef _STRUCTURE_H
#define _STRUCTURE_H
-
-/*************************************/
-/* Constants used in asn1_visit_tree */
-/*************************************/
-#define ASN1_PRINT_NAME 1
-#define ASN1_PRINT_NAME_TYPE 2
-#define ASN1_PRINT_NAME_TYPE_VALUE 3
-#define ASN1_PRINT_ALL 4
-
-
asn1_retCode _asn1_create_static_structure(node_asn *pointer,
char* output_file_name,char *vector_name);