diff options
author | hasso <hasso> | 2004-10-08 08:32:23 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-10-08 08:32:23 +0200 |
commit | 7a1d583c02253c53605f310d1afcc9f1c8e15b7b (patch) | |
tree | 38652398c60620d195bb6b74f97ad4770af559e5 /ripngd/ripngd.h | |
parent | More const strings. (diff) | |
download | frr-7a1d583c02253c53605f310d1afcc9f1c8e15b7b.tar.xz frr-7a1d583c02253c53605f310d1afcc9f1c8e15b7b.zip |
Only warning left is the known lvalue problem in ripng_nexthop.c.
Diffstat (limited to 'ripngd/ripngd.h')
-rw-r--r-- | ripngd/ripngd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripngd.h b/ripngd/ripngd.h index 609e6925a..bf69af443 100644 --- a/ripngd/ripngd.h +++ b/ripngd/ripngd.h @@ -395,7 +395,7 @@ int ripng_write_rte (int num, struct stream *s, struct prefix_ipv6 *p, int ripng_send_packet (caddr_t buf, int bufsize, struct sockaddr_in6 *to, struct interface *ifp); -void ripng_packet_dump (struct ripng_packet *packet, int size, char *sndrcv); +void ripng_packet_dump (struct ripng_packet *packet, int size, const char *sndrcv); #endif /* _ZEBRA_RIPNG_RIPNGD_H */ |