summaryrefslogtreecommitdiffstats
path: root/nest/rt-attr.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-04-10 14:39:29 +0200
committerMartin Mares <mj@ucw.cz>2000-04-10 14:39:29 +0200
commit6f57dcc07cdf54133bd57aeaec7446f59f2c91cd (patch)
tree9a93b0fe0bac05d2423e6284983477f6d9024870 /nest/rt-attr.c
parentf2cb1d708dc5de4167a3dc12b50001391d01f5f0 (diff)
downloadbird-6f57dcc07cdf54133bd57aeaec7446f59f2c91cd.tar
bird-6f57dcc07cdf54133bd57aeaec7446f59f2c91cd.zip
Export ea_same() and ea_hash().
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r--nest/rt-attr.c4
1 files changed, 2 insertions, 2 deletions
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;