summaryrefslogtreecommitdiff
path: root/rerere.h
blob: 35b0fa86a3794027c5ccf898982b302849134921 (plain)
1
2
3
4
5
6
7
8
9
#ifndef RERERE_H
#define RERERE_H
 
#include "path-list.h"
 
extern int setup_rerere(struct path_list *);
extern int rerere(void);
 
#endif