]> 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 9a957dc19d280094abaf91bccd615da7d6ad3a16..4ece7d320650fcfe1556cea2b691b05c920a3305 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * 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.
@@ -31,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 *);
@@ -50,3 +50,4 @@ extern "C" {
     HASHHASH hash4;
 
 }
+