]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/stub_memaccount.c
gindent and 2.2 branch merge
[thirdparty/squid.git] / lib / stub_memaccount.c
1 /*
2 * $Id: stub_memaccount.c,v 1.4 1999/05/04 21:20:42 wessels Exp $
3 */
4
5 /* Stub function for programs not implementing statMemoryAccounted */
6 #include <config.h>
7 int
8 statMemoryAccounted(void)
9 {
10 return -1;
11 }