--------------------- PatchSet 6910 Date: 2008/02/22 21:33:07 Author: amosjeffries Branch: cleanup Tag: (none) Log: Fix src/repl/.h files. Members: src/repl/heap/store_heap_replacement.h:1.1->1.1.74.1 Index: squid3/src/repl/heap/store_heap_replacement.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/repl/heap/store_heap_replacement.h,v retrieving revision 1.1 retrieving revision 1.1.74.1 diff -u -r1.1 -r1.1.74.1 --- squid3/src/repl/heap/store_heap_replacement.h 14 Oct 2002 00:18:25 -0000 1.1 +++ squid3/src/repl/heap/store_heap_replacement.h 22 Feb 2008 21:33:07 -0000 1.1.74.1 @@ -1,3 +1,13 @@ +/* + * $Id: store_heap_replacement.h,v 1.1.74.1 2008/02/22 21:33:07 amosjeffries Exp $ + */ +#ifndef _SQUIDINC_STORE_HEAP_REPLACEMENT_H +#define _SQUIDINC_STORE_HEAP_REPLACEMENT_H + +#include "heap.h" + extern heap_key HeapKeyGen_StoreEntry_LFUDA(void *entry, double age); extern heap_key HeapKeyGen_StoreEntry_GDSF(void *entry, double age); extern heap_key HeapKeyGen_StoreEntry_LRU(void *entry, double age); + +#endif /* _SQUIDINC_STORE_HEAP_REPLACEMENT_H */