1#ifndef REBASE_INTERACTIVE_H 2#define REBASE_INTERACTIVE_H 3 4int append_todo_help(unsigned edit_todo, unsigned keep_empty); 5 6#endif
#ifndef REBASE_INTERACTIVE_H
#define REBASE_INTERACTIVE_H
int append_todo_help(unsigned edit_todo, unsigned keep_empty);
#endif