# HG changeset patch # User Matti Hamalainen # Date 1528551877 -10800 # Node ID ea8c37f03e2c9ef7399bb1cc5919a810df9a78c7 # Parent 8d31605c2f0f1ac8dd0067f538749df4e1fbce2c Cleanup. diff -r 8d31605c2f0f -r ea8c37f03e2c th_args.h --- a/th_args.h Mon Jun 04 03:14:14 2018 +0300 +++ b/th_args.h Sat Jun 09 16:44:37 2018 +0300 @@ -1,12 +1,12 @@ /* - * Simple commandline argument processing function + * Simple commandline argument processing functions * Programmed and designed by Matti 'ccr' Hamalainen * (C) Copyright 2002-2018 Tecnic Software productions (TNSP) * * Please read file 'COPYING' for information on license and distribution. */ /// @file -/// @brief Simple commandline argument processing function +/// @brief Simple commandline argument processing functions #ifndef TH_ARGS_H #define TH_ARGS_H @@ -48,7 +48,7 @@ BOOL (*handle_option)(int id, char *, char *), BOOL (*handle_other)(char *), const int flags); -void th_args_help(FILE *, const th_optarg *opts, +void th_args_help(FILE *fh, const th_optarg *opts, const int nopts, const int flags); #ifdef __cplusplus