X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fhashtable.h;fp=bertos%2Fstruct%2Fhashtable.h;h=363241e3d14f7de589e51a99bb5bb879c23a59da;hb=23b7f48a17d33a426782161f721cff4fc6611ddf;hp=e59548cd73134c044fbc4f24f0acb0d64d301146;hpb=e18f335ab6b31fb2a2a0950c8d4ce5a4173af062;p=bertos.git diff --git a/bertos/struct/hashtable.h b/bertos/struct/hashtable.h index e59548cd..363241e3 100644 --- a/bertos/struct/hashtable.h +++ b/bertos/struct/hashtable.h @@ -52,8 +52,8 @@ * \author Giovanni Bajo */ -#ifndef MWARE_HASHTABLE_H -#define MWARE_HASHTABLE_H +#ifndef STRUCT_HASHTABLE_H +#define STRUCT_HASHTABLE_H #include #include @@ -268,4 +268,4 @@ INLINE HashIterator ht_iter_next(HashIterator h) return h; } -#endif /* MWARE_HASHTABLE_H */ +#endif /* STRUCT_HASHTABLE_H */