summaryrefslogtreecommitdiffstats
path: root/nest/attrs.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-19 13:01:06 +0200
committerMartin Mares <mj@ucw.cz>2000-05-19 13:01:06 +0200
commitf49528a3dfa034415527824cbbd0762f3829f0cd (patch)
treeb0d2cf55d47ad66e569bb86e4aef87f06ed4f497 /nest/attrs.h
parentf7ad556f2017075abaef659bf018a0ce215b13b3 (diff)
downloadbird-f49528a3dfa034415527824cbbd0762f3829f0cd.tar
bird-f49528a3dfa034415527824cbbd0762f3829f0cd.zip
Added as_path_get_first().
Diffstat (limited to 'nest/attrs.h')
-rw-r--r--nest/attrs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/attrs.h b/nest/attrs.h
index 2618fa3..abd6b9e 100644
--- a/nest/attrs.h
+++ b/nest/attrs.h
@@ -17,6 +17,7 @@
struct adata *as_path_prepend(struct linpool *pool, struct adata *olda, int as);
void as_path_format(struct adata *path, byte *buf, unsigned int size);
int as_path_getlen(struct adata *path);
+int as_path_get_first(struct adata *path);
struct f_path_mask {
struct f_path_mask *next;