aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1997-12-01 10:33:23 +0000
committerWerner Koch <[email protected]>1997-12-01 10:33:23 +0000
commit5c1cca042e6bc0de22c7913f08457c7b8a46e592 (patch)
tree234246f67cf2e7deb79b94e7491fdd7111c1c65e /include/util.h
parentImproved prime number test (diff)
downloadgnupg-5c1cca042e6bc0de22c7913f08457c7b8a46e592.tar.gz
gnupg-5c1cca042e6bc0de22c7913f08457c7b8a46e592.zip
List and check sigs works
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index f71275cb9..0b6d4e9bc 100644
--- a/include/util.h
+++ b/include/util.h
@@ -82,6 +82,7 @@ const char *strusage( int level );
/*-- miscutil.c --*/
u32 make_timestamp(void);
+void print_string( FILE *fp, byte *p, size_t n );
/*-- strgutil.c --*/
void free_strlist( STRLIST sl );