X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=sequencer.h;h=9f9ae291e3c4ad8bc30abc3c68e18e413df9b6f6;hp=574260f6215f60e8c1aedb227c80a26c34da6c94;hb=eff313f8a7ff64cb3097d185c55f5ce7271f4ee9;hpb=80693e3f09ab80cfe4a5a83467e765626ad0b15a diff --git a/sequencer.h b/sequencer.h index 574260f621..9f9ae291e3 100644 --- a/sequencer.h +++ b/sequencer.h @@ -202,11 +202,10 @@ void print_commit_summary(struct repository *repo, int read_author_script(const char *path, char **name, char **email, char **date, int allow_missing); -#endif - void parse_strategy_opts(struct replay_opts *opts, char *raw_opts); int write_basic_state(struct replay_opts *opts, const char *head_name, struct commit *onto, const char *orig_head); void sequencer_post_commit_cleanup(struct repository *r, int verbose); int sequencer_get_last_command(struct repository* r, enum replay_action *action); +#endif /* SEQUENCER_H */