blob: 13313f3f2b2cc6a8d895305b7ac92c12c1753682 [file] [log] [blame]
Stephan Beyer5b2fd952008-07-09 14:58:57 +02001#ifndef RERERE_H
2#define RERERE_H
3
Johannes Schindelinc455c872008-07-21 19:03:49 +01004#include "string-list.h"
Stephan Beyer5b2fd952008-07-09 14:58:57 +02005
Johannes Schindelinc455c872008-07-21 19:03:49 +01006extern int setup_rerere(struct string_list *);
Stephan Beyer5b2fd952008-07-09 14:58:57 +02007extern int rerere(void);
SZEDER Gábor90056962009-02-14 23:21:04 +01008extern const char *rerere_path(const char *hex, const char *file);
9extern int has_rerere_resolution(const char *hex);
Stephan Beyer5b2fd952008-07-09 14:58:57 +020010
11#endif