]> git.ipfire.org Git - thirdparty/git.git/blame - rebase-interactive.h
Merge branch 'ag/rebase-i-in-c'
[thirdparty/git.git] / rebase-interactive.h
CommitLineData
145e05ac
AG
1#ifndef REBASE_INTERACTIVE_H
2#define REBASE_INTERACTIVE_H
3
a9f5476f
AG
4void append_todo_help(unsigned edit_todo, unsigned keep_empty,
5 struct strbuf *buf);
64a43cbd 6int edit_todo_list(unsigned flags);
145e05ac
AG
7
8#endif