summaryrefslogtreecommitdiff
path: root/lib/command_match.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command_match.h')
-rw-r--r--lib/command_match.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_match.h b/lib/command_match.h
index a102ba9484..8ad7ab0556 100644
--- a/lib/command_match.h
+++ b/lib/command_match.h
@@ -78,6 +78,6 @@ match_command (struct graph_node *, const char *, struct list **);
* matched token. If this is empty, the input did not match any command.
*/
struct list *
-match_command_complete (struct graph_node *, const char *, enum filter_type);
+match_command_complete (struct graph_node *, const char *);
#endif