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