git/rebase-interactive.h

8 lines
166 B
C
Raw Normal View History

#ifndef REBASE_INTERACTIVE_H
#define REBASE_INTERACTIVE_H
int append_todo_help(unsigned edit_todo, unsigned keep_empty);
int edit_todo_list(unsigned flags);
#endif