support multiple include

This commit is contained in:
Sears Russell 2008-11-26 22:37:49 +00:00
parent 549f97d297
commit fe6c865737

View file

@ -1,3 +1,5 @@
#ifndef STASIS_LHTABLE_H
#define STASIS_LHTABLE_H
#define LH_ENTRY(foo) lh##foo
@ -64,3 +66,5 @@ void LH_ENTRY(openlist)(const struct LH_ENTRY(table) * table,
*/
const struct LH_ENTRY(pair_t)* LH_ENTRY(readlist)(struct LH_ENTRY(list)* list);
void LH_ENTRY(closelist)(struct LH_ENTRY(list) * list);
#endif // STASIS_LHTABLE_H