Staging
v0.5.1
Revision 621f1b4bcf40f1469fc59202248df35619e33c82 authored by Junio C Hamano on 07 February 2009, 19:06:34 UTC, committed by Junio C Hamano on 07 February 2009, 19:18:40 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c19923a
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