rebase -i: rewrite the edit-todo functionality in C
[gitweb.git] / rebase-interactive.h
index 47372624e035956515beebc932fb268bea524de5..155219e742d22398522568928b1571d09dcbe149 100644 (file)
@@ -2,5 +2,6 @@
 #define REBASE_INTERACTIVE_H
 
 int append_todo_help(unsigned edit_todo, unsigned keep_empty);
+int edit_todo_list(unsigned flags);
 
 #endif