summaryrefslogtreecommitdiff
path: root/rebase-interactive.h
blob: 155219e742d22398522568928b1571d09dcbe149 (plain)
1
2
3
4
5
6
7
#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