From 6f57dcc07cdf54133bd57aeaec7446f59f2c91cd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 10 Apr 2000 12:39:29 +0000 Subject: Export ea_same() and ea_hash(). --- nest/rt-attr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nest/rt-attr.c') diff --git a/nest/rt-attr.c b/nest/rt-attr.c index 57c98b2..97cd70b 100644 --- a/nest/rt-attr.c +++ b/nest/rt-attr.c @@ -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; -- cgit v1.2.3