aboutsummaryrefslogtreecommitdiffstats
path: root/common/argparse.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/argparse.h1
1 files changed, 1 insertions, 0 deletions
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*/