]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/stub_memaccount.c
Cleaned up the namespace (local functions made static)
[thirdparty/squid.git] / lib / stub_memaccount.c
1 /*
2 * $Id: stub_memaccount.c,v 1.5 2001/02/07 18:56:51 hno 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 }