aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-cdp.h')
-rw-r--r--packet-cdp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-cdp.h b/packet-cdp.h
index 6781fb5493..ec8185ebe4 100644
--- a/packet-cdp.h
+++ b/packet-cdp.h
@@ -1,6 +1,6 @@
/* packet-cdp.h
*
- * $Id: packet-cdp.h,v 1.1 2000/02/15 21:02:04 gram Exp $
+ * $Id: packet-cdp.h,v 1.2 2000/08/11 13:34:16 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -22,5 +22,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __PACKET_CDP_H__
+#define __PACKET_CDP_H__
void dissect_cdp(const u_char *, int, frame_data *, proto_tree *);
+
+#endif