aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpg/pgp-export.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-06-16 15:42:37 +0000
committerWerner Koch <[email protected]>2009-06-16 15:42:37 +0000
commitbebd9cbe29cf6db15469502b5c6b1f83c93513ef (patch)
treef2812ddbb4ddd2f00592b36a6c16cbf494cc7f81 /tests/gpg/pgp-export.c
parentdoc/ (diff)
downloadgpgme-bebd9cbe29cf6db15469502b5c6b1f83c93513ef.tar.gz
gpgme-bebd9cbe29cf6db15469502b5c6b1f83c93513ef.zip
Add support for gpg --fetch-keys.
Diffstat (limited to 'tests/gpg/pgp-export.c')
-rw-r--r--tests/gpg/pgp-export.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/gpg/pgp-export.c b/tests/gpg/pgp-export.c
index 9911c182..a0b3e8a5 100644
--- a/tests/gpg/pgp-export.c
+++ b/tests/gpg/pgp-export.c
@@ -37,13 +37,6 @@
static int verbose;
-static const char *
-nonnull (const char *s)
-{
- return s? s :"[none]";
-}
-
-
static int
show_usage (int ex)
{