]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/stub_memaccount.c
Import of fix-ranges branch
[thirdparty/squid.git] / lib / stub_memaccount.c
1 /*
2 * $Id: stub_memaccount.c,v 1.6 2003/01/23 00:37:02 robertc Exp $
3 */
4
5 /* Stub function for programs not implementing statMemoryAccounted */
6 #include "config.h"
7 #include "util.h"
8 int
9 statMemoryAccounted(void)
10 {
11 return -1;
12 }