diff options
Diffstat (limited to 'common/argparse.c')
-rw-r--r-- | common/argparse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/argparse.c b/common/argparse.c index ab88922a4..28b4007b9 100644 --- a/common/argparse.c +++ b/common/argparse.c @@ -1131,6 +1131,8 @@ strusage( int level ) return p; } + +/* Set the usage handler. This function is basically a constructor. */ void set_strusage ( const char *(*f)( int ) ) { |