]> git.ipfire.org Git - thirdparty/git.git/blobdiff - rebase-interactive.h
Merge branch 'ds/add-missing-tags'
[thirdparty/git.git] / rebase-interactive.h
index 47372624e035956515beebc932fb268bea524de5..971da037769476da196ae39eec89431be4923d54 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef REBASE_INTERACTIVE_H
 #define REBASE_INTERACTIVE_H
 
-int append_todo_help(unsigned edit_todo, unsigned keep_empty);
+void append_todo_help(unsigned edit_todo, unsigned keep_empty,
+                     struct strbuf *buf);
+int edit_todo_list(unsigned flags);
 
 #endif