summaryrefslogtreecommitdiff
path: root/net/cdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/cdp.h')
-rw-r--r--net/cdp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/cdp.h b/net/cdp.h
index 93bc461220..ec7315af79 100644
--- a/net/cdp.h
+++ b/net/cdp.h
@@ -14,7 +14,8 @@
#define __CDP_H__
void CDPStart(void);
-void CDPHandler(const uchar *pkt, unsigned len);
+/* Process a received CDP packet */
+void cdp_receive(const uchar *pkt, unsigned len);
#endif /* __CDP_H__ */
#endif