]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/hash.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / test-suite / hash.h
index 42e56db945d9b0307960bc7fdfef7342746d3bbb..4ece7d320650fcfe1556cea2b691b05c920a3305 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #define  DEFAULT_HASH_SIZE 7951
 extern "C" {
     typedef unsigned int HASHHASH(const void *, unsigned int);
@@ -23,8 +31,8 @@ extern "C" {
 
     extern int hash_links_allocated;
     /* AYJ: defined by globals.h */
-//extern int store_hash_buckets;       /* 0 */
-//extern hash_table *store_table;      /* NULL */
+//extern int store_hash_buckets;    /* 0 */
+//extern hash_table *store_table;   /* NULL */
     extern hash_table *hash_create(HASHCMP *, int, HASHHASH *);
     extern void hash_insert(hash_table *, const char *, void *);
     extern int hash_delete(hash_table *, const char *);
@@ -42,3 +50,4 @@ extern "C" {
     HASHHASH hash4;
 
 }
+