repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'pj/remote-set-branches-usage-fix' into maint
[alt-git.git]
/
sequencer.h
blob
2d4528f2928053827aedd0b737bf01985f1c4957
1
#ifndef SEQUENCER_H
2
#define SEQUENCER_H
3
4
#define SEQ_DIR
"sequencer"
5
#define SEQ_HEAD_FILE
"sequencer/head"
6
#define SEQ_TODO_FILE
"sequencer/todo"
7
#define SEQ_OPTS_FILE
"sequencer/opts"
8
9
/* Removes SEQ_DIR. */
10
extern
void
remove_sequencer_state
(
void
);
11
12
#endif