X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=rebase-interactive.h;h=17b6c9f6d05ea2372c58a50679cb0f8fb808aaef;hb=df799f5d99ac51d4fc791d546de3f936088582fc;hp=971da037769476da196ae39eec89431be4923d54;hpb=1961efecae1ef937aa1d571add4eae03a8c8303b;p=thirdparty%2Fgit.git diff --git a/rebase-interactive.h b/rebase-interactive.h index 971da03776..17b6c9f6d0 100644 --- a/rebase-interactive.h +++ b/rebase-interactive.h @@ -1,8 +1,11 @@ #ifndef REBASE_INTERACTIVE_H #define REBASE_INTERACTIVE_H +struct strbuf; +struct repository; + void append_todo_help(unsigned edit_todo, unsigned keep_empty, struct strbuf *buf); -int edit_todo_list(unsigned flags); +int edit_todo_list(struct repository *r, unsigned flags); #endif