repo.or.cz
/
cvsps
/
4msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use regex.[ch] from msysGit's /git
[cvsps/4msysgit.git]
/
stats.h
blob
77ce5c05e66ddb1b8032680e52d809cdfce8bebe
1
/*
2
* Copyright 2001, 2002, 2003 David Mansfield and Cobite, Inc.
3
* See COPYING file for license information
4
*/
5
6
#ifndef STATS_H
7
#define STATS_H
8
9
void
print_statistics
(
void
*
ps_tree
);
10
11
#endif
/* STATS_H */