X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhash.h;h=578bfdb5876bacbc8a30c6bc4fa7a7c21d934820;hb=7593adb9ad9e6ff73afe29e9bd445cea8615a151;hp=c26e7acd66ee95e7980f89f73f88f0e443a1e744;hpb=6dfdb323612184529b4b83c1be914dda8262de47;p=meshlink diff --git a/src/hash.h b/src/hash.h index c26e7acd..578bfdb5 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,6 +1,6 @@ /* hash.h -- header file for hash.c - Copyright (C) 2012 Guus Sliepen + Copyright (C) 2014 Guus Sliepen 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__ */