]> git.ipfire.org Git - thirdparty/git.git/blame - rebase-interactive.h
rebase -i: rewrite append_todo_help() in C
[thirdparty/git.git] / rebase-interactive.h
CommitLineData
145e05ac
AG
1#ifndef REBASE_INTERACTIVE_H
2#define REBASE_INTERACTIVE_H
3
4int append_todo_help(unsigned edit_todo, unsigned keep_empty);
5
6#endif