diff options
Diffstat (limited to 'net/cdp.h')
-rw-r--r-- | net/cdp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |