1/* 2 * Copyright (C) 2005 Junio C Hamano 3 */ 4#ifndef COUNT_DELTA_H 5#define COUNT_DELTA_H 6 7unsigned long count_delta(void *, unsigned long); 8 9#endif
/*
* Copyright (C) 2005 Junio C Hamano
*/
#ifndef COUNT_DELTA_H
#define COUNT_DELTA_H
unsigned long count_delta(void *, unsigned long);
#endif