1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Export ea_same() and ea_hash().

This commit is contained in:
Martin Mares
2000-04-10 12:39:29 +00:00
parent f2cb1d708d
commit 6f57dcc07c
2 changed files with 6 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ ea_merge(ea_list *e, ea_list *t)
}
}
static inline int
int
ea_same(ea_list *x, ea_list *y)
{
int c;
@@ -327,7 +327,7 @@ ea_dump(ea_list *e)
}
}
static inline unsigned int
inline unsigned int
ea_hash(ea_list *e)
{
u32 h = 0;