summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-02-12 14:42:46 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-02-12 14:42:46 -0500
commit25648b2999b918dd1ebd9faa1f8dbff705a7a46c (patch)
tree69ae3049b96552e171a5123ae4e63b40e699b6ba /bfs.h
parent177810c910348f9958bff22ec9c543637a2d6e8b (diff)
downloadbfs-25648b2999b918dd1ebd9faa1f8dbff705a7a46c.tar.xz
Report failures that happen inside predicates.
Diffstat (limited to 'bfs.h')
-rw-r--r--bfs.h2
1 files changed, 1 insertions, 1 deletions
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.