diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-19 13:01:06 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-19 13:01:06 +0200 |
commit | f49528a3dfa034415527824cbbd0762f3829f0cd (patch) | |
tree | b0d2cf55d47ad66e569bb86e4aef87f06ed4f497 /nest/attrs.h | |
parent | f7ad556f2017075abaef659bf018a0ce215b13b3 (diff) | |
download | bird-f49528a3dfa034415527824cbbd0762f3829f0cd.tar bird-f49528a3dfa034415527824cbbd0762f3829f0cd.zip |
Added as_path_get_first().
Diffstat (limited to 'nest/attrs.h')
-rw-r--r-- | nest/attrs.h | 1 |
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; |