summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-04-12 16:12:37 +0200
committerPavel Machek <pavel@ucw.cz>2000-04-12 16:12:37 +0200
commit0a40e97328180576577da26a5ce8933f616d84f1 (patch)
tree4e682257ca3e2e09988ebe2a5567547a70cfd928 /filter
parentc2b28c99103a643dd29ad48152999d6dac7722fe (diff)
downloadbird-0a40e97328180576577da26a5ce8933f616d84f1.tar
bird-0a40e97328180576577da26a5ce8933f616d84f1.zip
as_path_prepend is usable outside bgp.
Diffstat (limited to 'filter')
-rw-r--r--filter/filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter.c b/filter/filter.c
index 4f6434f..cfb502f 100644
--- a/filter/filter.c
+++ b/filter/filter.c
@@ -764,7 +764,7 @@ comlist_del(struct linpool *pool, struct adata *list, u32 val)
}
struct adata *
-comlist_empty(struct linpool *pool)
+adata_empty(struct linpool *pool)
{
struct adata *res = lp_alloc(pool, sizeof(struct adata));
res->length = 0;