diff options
Diffstat (limited to 'nest/attrs.h')
-rw-r--r-- | nest/attrs.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nest/attrs.h b/nest/attrs.h new file mode 100644 index 00000000..c1a96f95 --- /dev/null +++ b/nest/attrs.h @@ -0,0 +1,16 @@ +/* + * BIRD Internet Routing Daemon -- Attribute Operations + * + * (c) 2000 Martin Mares <mj@ucw.cz> + * + * 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 |