rebase -i: check for missing commits in the rebase--helper
[gitweb.git] / sequencer.h
index f885b68395f4bff1ded96c0ab84ed87d164f0c7d..878dd296f8c892ea1ea15670a628b5a80f0161c9 100644 (file)
@@ -45,6 +45,12 @@ int sequencer_continue(struct replay_opts *opts);
 int sequencer_rollback(struct replay_opts *opts);
 int sequencer_remove_state(struct replay_opts *opts);
 
+int sequencer_make_script(int keep_empty, FILE *out,
+               int argc, const char **argv);
+
+int transform_todo_ids(int shorten_ids);
+int check_todo_list(void);
+
 extern const char sign_off_header[];
 
 void append_signoff(struct strbuf *msgbuf, int ignore_footer, unsigned flag);