diff options
Diffstat (limited to 'net/cdp.h')
-rw-r--r-- | net/cdp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cdp.h b/net/cdp.h index 95e4ce025de..83475c992d2 100644 --- a/net/cdp.h +++ b/net/cdp.h @@ -14,7 +14,7 @@ #ifndef __CDP_H__ #define __CDP_H__ -void CDPStart(void); +void cdp_start(void); /* Process a received CDP packet */ void cdp_receive(const uchar *pkt, unsigned len); |