]> git.ipfire.org Git - thirdparty/squid.git/blob - src/repl/heap/store_heap_replacement.h
Removed unnecessary extern declarations.
[thirdparty/squid.git] / src / repl / heap / store_heap_replacement.h
1 #ifndef _SQUIDINC_STORE_HEAP_REPLACEMENT_H
2 #define _SQUIDINC_STORE_HEAP_REPLACEMENT_H
3
4 #include "heap.h"
5
6 heap_key HeapKeyGen_StoreEntry_LFUDA(void *entry, double age);
7 heap_key HeapKeyGen_StoreEntry_GDSF(void *entry, double age);
8 heap_key HeapKeyGen_StoreEntry_LRU(void *entry, double age);
9
10 #endif /* _SQUIDINC_STORE_HEAP_REPLACEMENT_H */