l10n: es.po v2.20.0 round 3
[gitweb.git] / rebase-interactive.h
index 155219e742d22398522568928b1571d09dcbe149..971da037769476da196ae39eec89431be4923d54 100644 (file)
@@ -1,7 +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