rebase-interactive.hon commit Merge branch 'ag/rebase-i-in-c' into js/rebase-in-c-5.5-work-with-rebase-i-in-c (5ab7e0f)
   1#ifndef REBASE_INTERACTIVE_H
   2#define REBASE_INTERACTIVE_H
   3
   4void append_todo_help(unsigned edit_todo, unsigned keep_empty,
   5                      struct strbuf *buf);
   6int edit_todo_list(unsigned flags);
   7
   8#endif