rebase-interactive.hon commit Merge tag 'l10n-2.21.0-rnd2' of git://github.com/git-l10n/git-po (a1997da)
   1#ifndef REBASE_INTERACTIVE_H
   2#define REBASE_INTERACTIVE_H
   3
   4struct strbuf;
   5struct repository;
   6
   7void append_todo_help(unsigned edit_todo, unsigned keep_empty,
   8                      struct strbuf *buf);
   9int edit_todo_list(struct repository *r, unsigned flags);
  10
  11#endif