Welcome to mirror list, hosted at ThFree Co, Russian Federation.

count-delta.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e6b584f43be7530158601ebea7732d71527d2d0 (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (C) 2005 Junio C Hamano
 */
#ifndef COUNT_DELTA_H
#define COUNT_DELTA_H

unsigned long count_delta(void *, unsigned long);

#endif