Revision 1092f6b3f8bcdad89169952f2922e1bfb7b23d33 authored by Erik Faye-Lund on 23 March 2009, 12:53:06 UTC, committed by Junio C Hamano on 19 April 2009, 19:29:25 UTC
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3bd1bb3
Raw File
rerere.h
#ifndef RERERE_H
#define RERERE_H

#include "string-list.h"

extern int setup_rerere(struct string_list *);
extern int rerere(void);

#endif
back to top