1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Print --version etc via estream

This commit is contained in:
Werner Koch 2010-05-30 12:06:38 +00:00
parent f5551672fb
commit 29cc88db7d
4 changed files with 166 additions and 50 deletions

View file

@ -179,5 +179,6 @@ int optfile_parse( FILE *fp, const char *filename, unsigned *lineno,
void usage( int level );
const char *strusage( int level );
void set_strusage( const char *(*f)( int ) );
void argparse_register_outfnc (int (*fnc)(int, const char *));
#endif /*LIBJNLIB_ARGPARSE_H*/