rebase-interactive.hon commit sequencer: refactor append_todo_help() to write its message to a buffer (a9f5476)
   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 append_todo_help_to_file(unsigned edit_todo, unsigned keep_empty);
   7int edit_todo_list(unsigned flags);
   8
   9#endif