summaryrefslogtreecommitdiff
path: root/rebase-interactive.h
blob: d33f3176b72703b0412e00e92cf23461dc116763 (plain)
1
2
3
4
5
6
7
8
9
#ifndef REBASE_INTERACTIVE_H
#define REBASE_INTERACTIVE_H

void append_todo_help(unsigned edit_todo, unsigned keep_empty,
		      struct strbuf *buf);
int append_todo_help_to_file(unsigned edit_todo, unsigned keep_empty);
int edit_todo_list(unsigned flags);

#endif