diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 11:27:35 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 11:27:35 +0200 |
commit | 662faa4afc4d2f29bb884d0c7ad0aca9fc7de7c9 (patch) | |
tree | 887d7c48ed431c194a16a3d20b45658974cb1f42 /proto/pipe | |
parent | e21423bab8a7cfc1cf5d13ab77ebebfae8ce156e (diff) | |
download | bird-662faa4afc4d2f29bb884d0c7ad0aca9fc7de7c9.tar bird-662faa4afc4d2f29bb884d0c7ad0aca9fc7de7c9.zip |
... in pipe.
Diffstat (limited to 'proto/pipe')
-rw-r--r-- | proto/pipe/pipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/pipe/pipe.c b/proto/pipe/pipe.c index f7ba866..d1d6bba 100644 --- a/proto/pipe/pipe.c +++ b/proto/pipe/pipe.c @@ -31,7 +31,7 @@ #include "pipe.h" static void -pipe_send(struct pipe_proto *p, rtable *dest, net *n, rte *new, rte *old, ea_list *attrs) +pipe_send(struct pipe_proto *p, rtable *dest, net *n, rte *new, rte *old UNUSED, ea_list *attrs) { net *nn; rte *e; @@ -80,7 +80,7 @@ pipe_rt_notify_sec(struct proto *P, net *net, rte *new, rte *old, ea_list *attrs } static int -pipe_import_control(struct proto *P, rte **ee, ea_list **ea, struct linpool *p) +pipe_import_control(struct proto *P, rte **ee, ea_list **ea UNUSED, struct linpool *p UNUSED) { struct proto *pp = (*ee)->attrs->proto; |