]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/stub_memaccount.c
adding
[thirdparty/squid.git] / lib / stub_memaccount.c
1 /* Stub function for programs not implementing statMemoryAccounted */
2 #include <config.h>
3 int statMemoryAccounted(void)
4 {
5 return -1;
6 }