From 25648b2999b918dd1ebd9faa1f8dbff705a7a46c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 12 Feb 2016 14:42:46 -0500 Subject: Report failures that happen inside predicates. --- bfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfs.h') diff --git a/bfs.h b/bfs.h index c20fa17..82edd98 100644 --- a/bfs.h +++ b/bfs.h @@ -138,7 +138,7 @@ struct cmdline *parse_cmdline(int argc, char *argv[]); /** * Evaluate the command line. */ -int eval_cmdline(struct cmdline *cl); +int eval_cmdline(const struct cmdline *cl); /** * Free the parsed command line. -- cgit v1.2.3