X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fhashtable.h;h=3767ecfc54e4d4754e1659d7f017fec6a1bea854;hb=042e6fcbf5f91322305e903ed1ba1ebe99447660;hp=bbe100a3dffc541b9341369dd00890238b2ca0cb;hpb=5f7d3d48d08f112c1b601e1a37060beb665c3bd7;p=bertos.git diff --git a/mware/hashtable.h b/mware/hashtable.h index bbe100a3..3767ecfc 100755 --- a/mware/hashtable.h +++ b/mware/hashtable.h @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.2 2004/08/04 15:52:54 rasky + * Merge da SC: fixato namespace dell'include guard + * * Revision 1.1 2004/07/14 14:08:16 rasky * Implementazione di una tabella hash * @@ -59,8 +62,8 @@ */ -#ifndef HASHTABLE_H -#define HASHTABLE_H +#ifndef MWARE_HASHTABLE_H +#define MWARE_HASHTABLE_H #include #include @@ -262,4 +265,4 @@ INLINE HashIterator ht_iter_next(HashIterator h) return h; } -#endif /* HASHTABLE_H */ +#endif /* MWARE_HASHTABLE_H */