]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/stub_memaccount.c
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / lib / stub_memaccount.c
1 /*
2 * $Id$
3 */
4
5 /* Stub function for programs not implementing statMemoryAccounted */
6 #include "squid.h"
7 #include "util.h"
8 int
9 statMemoryAccounted(void)
10 {
11 return -1;
12 }