diff options
Diffstat (limited to 'proto/ospf/packet.c')
-rw-r--r-- | proto/ospf/packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c index 441bf04..7bdc104 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -36,7 +36,7 @@ ospf_tx_authenticate (struct ospf_iface *ifa, struct ospf_packet *pkt) return; } -int +static int ospf_rx_authenticate (struct ospf_iface *ifa, struct ospf_packet *pkt) { int i; |