]> git.meshlink.io Git - meshlink/blobdiff - src/hash.h
Change my email address.
[meshlink] / src / hash.h
index c26e7acd66ee95e7980f89f73f88f0e443a1e744..eb36ddabfd26bd2b59236b3b0c7173eeebf9ed90 100644 (file)
@@ -1,6 +1,6 @@
 /*
     hash.h -- header file for hash.c
-    Copyright (C) 2012 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2012 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -38,4 +38,4 @@ extern void *hash_search_or_insert(hash_t *, const void *key, const void *value)
 extern void hash_clear(hash_t *);
 extern void hash_resize(hash_t *, size_t n);
 
-#endif                                                 /* __TINC_HASH_H__ */
+#endif /* __TINC_HASH_H__ */