From 29cc88db7d97c11b1d0e7f0504f4b84e784c9249 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sun, 30 May 2010 12:06:38 +0000 Subject: Print --version etc via estream --- common/argparse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/argparse.h') diff --git a/common/argparse.h b/common/argparse.h index b211e5fdf..5bd18d28c 100644 --- a/common/argparse.h +++ b/common/argparse.h @@ -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*/ -- cgit v1.2.3