sequencer: refactor check_todo_list() to work on a todo_list
[gitweb.git] / rebase-interactive.h
index 17b6c9f6d05ea2372c58a50679cb0f8fb808aaef..187b5032d67fc3caa9368398338834ffaaefe35d 100644 (file)
@@ -3,9 +3,11 @@
 
 struct strbuf;
 struct repository;
+struct todo_list;
 
 void append_todo_help(unsigned edit_todo, unsigned keep_empty,
                      struct strbuf *buf);
 int edit_todo_list(struct repository *r, unsigned flags);
+int todo_list_check(struct todo_list *old_todo, struct todo_list *new_todo);
 
 #endif