X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fhash.h;h=702091d034765338cd98fecb412ca466868c5038;hb=9415f4b08fb2ca9ae933edd0bf8b096db195ebae;hp=c26e7acd66ee95e7980f89f73f88f0e443a1e744;hpb=6b6a025488f289f749498a7e6cc1994be19f53e8;p=meshlink diff --git a/src/hash.h b/src/hash.h index c26e7acd..702091d0 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 @@ -17,8 +17,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_HASH_H__ -#define __TINC_HASH_H__ +#ifndef __MESHLINK_HASH_H__ +#define __MESHLINK_HASH_H__ typedef struct hash_t { size_t n; @@ -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 /* __MESHLINK_HASH_H__ */