X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=sequencer.h;h=2d4528f2928053827aedd0b737bf01985f1c4957;hb=50c94032844bb184cdeff7779be3b6a23e04d312;hp=f435fdb4b147d2e2ce5480ddb4832228af1cb73b;hpb=b1af9630d758e1728fc0008b3f18d90d8f87f4c5;p=git.git diff --git a/sequencer.h b/sequencer.h index f435fdb4b..2d4528f29 100644 --- a/sequencer.h +++ b/sequencer.h @@ -2,19 +2,11 @@ #define SEQUENCER_H #define SEQ_DIR "sequencer" -#define SEQ_OLD_DIR "sequencer-old" #define SEQ_HEAD_FILE "sequencer/head" #define SEQ_TODO_FILE "sequencer/todo" #define SEQ_OPTS_FILE "sequencer/opts" -/* - * Removes SEQ_OLD_DIR and renames SEQ_DIR to SEQ_OLD_DIR, ignoring - * any errors. Intended to be used by 'git reset'. - * - * With the aggressive flag, it additionally removes SEQ_OLD_DIR, - * ignoring any errors. Inteded to be used by the sequencer's - * '--quit' subcommand. - */ -void remove_sequencer_state(int aggressive); +/* Removes SEQ_DIR. */ +extern void remove_sequencer_state(void); #endif