diff options
author | Werner Koch <[email protected]> | 1998-03-09 21:44:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-03-09 21:44:06 +0000 |
commit | a6a8f1e706bd7e528262151bc04ebb9409c2eeed (patch) | |
tree | 20b5771581e695a22559d8ffe3f90862afb11e3d /include/util.h | |
parent | removed g10maint.c (diff) | |
download | gnupg-a6a8f1e706bd7e528262151bc04ebb9409c2eeed.tar.gz gnupg-a6a8f1e706bd7e528262151bc04ebb9409c2eeed.zip |
partial DSA support
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 --*/ |