summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
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.