10 lines
137 B
C
10 lines
137 B
C
|
#ifndef RERERE_H
|
||
|
#define RERERE_H
|
||
|
|
||
|
#include "path-list.h"
|
||
|
|
||
|
extern int setup_rerere(struct path_list *);
|
||
|
extern int rerere(void);
|
||
|
|
||
|
#endif
|