rebase-interactive.hon commit rebase -i: rewrite the edit-todo functionality in C (64a43cb)
   1#ifndef REBASE_INTERACTIVE_H
   2#define REBASE_INTERACTIVE_H
   3
   4int append_todo_help(unsigned edit_todo, unsigned keep_empty);
   5int edit_todo_list(unsigned flags);
   6
   7#endif