rebase -i: recognize short commands without arguments
[gitweb.git] / rebase-interactive.h
index d33f3176b72703b0412e00e92cf23461dc116763..971da037769476da196ae39eec89431be4923d54 100644 (file)
@@ -3,7 +3,6 @@
 
 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