summaryrefslogtreecommitdiff
path: root/rebase-interactive.h
diff options
context:
space:
mode:
Diffstat (limited to 'rebase-interactive.h')
-rw-r--r--rebase-interactive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebase-interactive.h b/rebase-interactive.h
index 4af0c1f..dc2cf0e 100644
--- a/rebase-interactive.h
+++ b/rebase-interactive.h
@@ -5,7 +5,7 @@ struct strbuf;
struct repository;
struct todo_list;
-void append_todo_help(unsigned keep_empty, int command_count,
+void append_todo_help(int command_count,
const char *shortrevisions, const char *shortonto,
struct strbuf *buf);
int edit_todo_list(struct repository *r, struct todo_list *todo_list,