1 #ifndef REBASE_INTERACTIVE_H
2 #define REBASE_INTERACTIVE_H
8 void append_todo_help(unsigned keep_empty, int command_count,
9 const char *shortrevisions, const char *shortonto,
11 int edit_todo_list(struct repository *r, unsigned flags);
12 int todo_list_check(struct todo_list *old_todo, struct todo_list *new_todo);