From a1c8bda52a9c07d32127762ee0c865660a0268ab Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 2 Jun 2020 15:39:19 -0400 Subject: diag: Unify debug printing --- cmdline.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmdline.h') diff --git a/cmdline.h b/cmdline.h index bb75798..29da3fa 100644 --- a/cmdline.h +++ b/cmdline.h @@ -1,6 +1,6 @@ /**************************************************************************** * bfs * - * Copyright (C) 2015-2018 Tavian Barnes * + * Copyright (C) 2015-2020 Tavian Barnes * * * * Permission to use, copy, modify, and/or distribute this software for any * * purpose with or without fee is hereby granted. * @@ -117,7 +117,7 @@ struct cmdline *parse_cmdline(int argc, char *argv[]); /** * Dump the parsed command line. */ -void dump_cmdline(const struct cmdline *cmdline, bool verbose); +void dump_cmdline(const struct cmdline *cmdline, enum debug_flags flag); /** * Optimize the parsed command line. -- cgit v1.2.3