aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-03-19 14:35:04 +0000
committerWerner Koch <[email protected]>2007-03-19 14:35:04 +0000
commit12b661166c1eb5d2f09d50b4581b18d36eec94b1 (patch)
tree79179be0c079bbd30d4c89690128fd668c54a553 /common/util.h
parentFrom STABLE-BRANCH-1-4 (diff)
downloadgnupg-12b661166c1eb5d2f09d50b4581b18d36eec94b1.tar.gz
gnupg-12b661166c1eb5d2f09d50b4581b18d36eec94b1.zip
Changes to let the key listing use estream to help systems without
funopen.
Diffstat (limited to '')
-rw-r--r--common/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h
index f93283045..324fbb265 100644
--- a/common/util.h
+++ b/common/util.h
@@ -43,7 +43,6 @@
#include "../jnlib/dotlock.h"
#include "../jnlib/utf8conv.h"
-
#if __GNUC__ >= 4
# define GNUPG_GCC_A_SENTINEL(a) __attribute__ ((sentinel(a)))
#else