X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=rebase-interactive.h;h=dc2cf0ee122c70a9c9b4e614be058ee5c423dd80;hb=2cf579c27657b9524c782abcfecfe6204569bf4c;hp=4af0c1fcc702ed74ecf60d31a71eeb6154c108f9;hpb=4a77434bc83c07c17ddc321b3892337b5533eda1;p=thirdparty%2Fgit.git diff --git a/rebase-interactive.h b/rebase-interactive.h index 4af0c1fcc7..dc2cf0ee12 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,