support multiple include
This commit is contained in:
parent
549f97d297
commit
fe6c865737
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue