From 3d167f2a35fc94ed7521909b8c7ef126aaa4bed6 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 12 Feb 2016 15:19:09 -0500 Subject: Use 'cmdline' instead of 'cl'. --- bfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfs.h') diff --git a/bfs.h b/bfs.h index 82edd98..f4e2d24 100644 --- a/bfs.h +++ b/bfs.h @@ -138,12 +138,12 @@ struct cmdline *parse_cmdline(int argc, char *argv[]); /** * Evaluate the command line. */ -int eval_cmdline(const struct cmdline *cl); +int eval_cmdline(const struct cmdline *cmdline); /** * Free the parsed command line. */ -void free_cmdline(struct cmdline *cl); +void free_cmdline(struct cmdline *cmdline); // Predicate evaluation functions bool eval_true(const struct expr *expr, struct eval_state *state); -- cgit v1.2.3