On 27.06.2017 06:44, Thomas Huth wrote: > Instead of declaring the prototypes for these functions in various > C files, introduce a proper header for them. This change also > revealed that the prototypes of setup_args_progname() did not match > the implementation - the argument can be a "const char *", so change > the code in argv.c accordingly. > > Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> > --- Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> -- Thanks, David