From 679849bb29e13e01503440dc2c189c2301efdbaf Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Sun, 15 Jun 2003 01:46:11 +0000 Subject: 2003-06-15 Moritz Schulte * 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. --- src/types.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/types.h') 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*/ -- cgit v1.2.1