aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-09-27 13:58:13 +0000
committerWerner Koch <[email protected]>2006-09-27 13:58:13 +0000
commit3377456252699c6db60de0ca90b8950584ccc8fa (patch)
treeb8b0c8112acbd34ab4039885b318b6228bc4c6fb /common/util.h
parentlet cmd learn also return KEYPAIRINFO (diff)
downloadgnupg-3377456252699c6db60de0ca90b8950584ccc8fa.tar.gz
gnupg-3377456252699c6db60de0ca90b8950584ccc8fa.zip
Add missing file and other changes.
Diffstat (limited to '')
-rw-r--r--common/util.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/util.h b/common/util.h
index 86c963cda..8940c9355 100644
--- a/common/util.h
+++ b/common/util.h
@@ -28,8 +28,6 @@
#include <gpg-error.h> /* We need gpg_error_t. */
/* Common GNUlib includes (-I ../gl/). */
-#include "strpbrk.h"
-#include "strsep.h"
#include "vasprintf.h"
@@ -196,13 +194,6 @@ ttyname (int fd)
};
#endif /* !HAVE_TTYNAME */
-#ifndef HAVE_ISASCII
-static inline int
-isascii (int c)
-{
- return (((c) & ~0x7f) == 0);
-}
-#endif /* !HAVE_ISASCII */
/*-- Macros to replace ctype ones to avoid locale problems. --*/
#define spacep(p) (*(p) == ' ' || *(p) == '\t')