/* * BIRD Internet Routing Daemon -- Attribute Operations * * (c) 2000 Martin Mares * * Can be freely distributed and used under the terms of the GNU GPL. */ #ifndef _BIRD_ATTRS_H_ #define _BIRD_ATTRS_H_ /* a-path.c */ struct adata *as_path_prepend(struct linpool *pool, struct adata *olda, int as); #endif