summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2003-06-15 01:46:11 +0000
committerMoritz Schulte <mo@g10code.com>2003-06-15 01:46:11 +0000
commit679849bb29e13e01503440dc2c189c2301efdbaf (patch)
tree563aaa80affc9952e7e3cff8c04efd06232c0c31 /src/types.h
parentefebdc7da80139ee851d903447a67abb201dd367 (diff)
downloadlibgcrypt-679849bb29e13e01503440dc2c189c2301efdbaf.tar.gz
2003-06-15 Moritz Schulte <moritz@g10code.com>
* global.c (gcry_control): Fixed typo. * misc.c (_gcry_fatal_error): Use gpg_strerror instead of gcry_strerror. * types.h (STRLIST): Removed type since it is not used.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/types.h b/src/types.h
index ff052f94..c3a9d938 100644
--- a/src/types.h
+++ b/src/types.h
@@ -121,11 +121,4 @@ typedef union {
double g;
} PROPERLY_ALIGNED_TYPE;
-typedef struct string_list {
- struct string_list *next;
- unsigned int flags;
- char d[1];
-} *STRLIST;
-
-
#endif /*GCRYPT_TYPES_H*/