10 lines
147 B
C
10 lines
147 B
C
|
/*
|
||
|
* Copyright (C) 2005 Junio C Hamano
|
||
|
*/
|
||
|
#ifndef COUNT_DELTA_H
|
||
|
#define COUNT_DELTA_H
|
||
|
|
||
|
unsigned long count_delta(void *, unsigned long);
|
||
|
|
||
|
#endif
|