]> git.ipfire.org Git - thirdparty/git.git/blame - sequencer.h
revert: prepare to move replay_action to header
[thirdparty/git.git] / sequencer.h
CommitLineData
26ae337b
RR
1#ifndef SEQUENCER_H
2#define SEQUENCER_H
3
4#define SEQ_DIR "sequencer"
26ae337b
RR
5#define SEQ_HEAD_FILE "sequencer/head"
6#define SEQ_TODO_FILE "sequencer/todo"
7#define SEQ_OPTS_FILE "sequencer/opts"
8
d596118d
JN
9/* Removes SEQ_DIR. */
10extern void remove_sequencer_state(void);
26ae337b
RR
11
12#endif