summaryrefslogtreecommitdiff
path: root/net/cdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/cdp.h')
-rw-r--r--net/cdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cdp.h b/net/cdp.h
index 95e4ce025d..83475c992d 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);