diff options
Diffstat (limited to 'net/cdp.c')
-rw-r--r-- | net/cdp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/cdp.c b/net/cdp.c index 63be570584f..9bec441497e 100644 --- a/net/cdp.c +++ b/net/cdp.c @@ -245,8 +245,7 @@ CDPDummyHandler(uchar *pkt, unsigned dest, IPaddr_t sip, unsigned src, /* nothing */ } -void -CDPHandler(const uchar *pkt, unsigned len) +void cdp_receive(const uchar *pkt, unsigned len) { const uchar *t; const ushort *ss; |