From a6a8f1e706bd7e528262151bc04ebb9409c2eeed Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 9 Mar 1998 21:44:06 +0000 Subject: partial DSA support --- include/util.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index e083c53c9..620457860 100644 --- a/include/util.h +++ b/include/util.h @@ -101,10 +101,13 @@ const char *strusage( int level ); /*-- fileutil.c --*/ char *make_filename( const char *first_part, ... ); +const char *print_fname_stdin( const char *s ); +const char *print_fname_stdout( const char *s ); + /*-- miscutil.c --*/ u32 make_timestamp(void); -void print_string( FILE *fp, byte *p, size_t n ); +void print_string( FILE *fp, byte *p, size_t n, int delim ); int answer_is_yes( const char *s ); /*-- strgutil.c --*/ -- cgit v1.2.3