Staging
v0.5.1
Revision a46034819ecce6872bff099f3d75589f4d38c00c authored by Junio C Hamano on 12 March 2012, 22:52:52 UTC, committed by Junio C Hamano on 12 March 2012, 22:52:52 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 92b7aac
Raw File
sequencer.h
#ifndef SEQUENCER_H
#define SEQUENCER_H

#define SEQ_DIR		"sequencer"
#define SEQ_HEAD_FILE	"sequencer/head"
#define SEQ_TODO_FILE	"sequencer/todo"
#define SEQ_OPTS_FILE	"sequencer/opts"

/* Removes SEQ_DIR. */
extern void remove_sequencer_state(void);

#endif
back to top