1#ifndef REBASE_INTERACTIVE_H2#define REBASE_INTERACTIVE_H34struct strbuf;5struct repository;67void append_todo_help(unsigned edit_todo, unsigned keep_empty,8struct strbuf *buf);9int edit_todo_list(struct repository *r, unsigned flags);1011#endif