7 lines
130 B
C
7 lines
130 B
C
|
#ifndef REBASE_INTERACTIVE_H
|
||
|
#define REBASE_INTERACTIVE_H
|
||
|
|
||
|
int append_todo_help(unsigned edit_todo, unsigned keep_empty);
|
||
|
|
||
|
#endif
|