diff options
Diffstat (limited to 'packet-vtp.h')
-rw-r--r-- | packet-vtp.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-vtp.h b/packet-vtp.h index 120af89721..21a9155abf 100644 --- a/packet-vtp.h +++ b/packet-vtp.h @@ -1,6 +1,6 @@ /* packet-vtp.h * - * $Id: packet-vtp.h,v 1.1 2000/02/15 21:03:27 gram Exp $ + * $Id: packet-vtp.h,v 1.2 2000/08/11 13:33:57 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_VTP_H__ +#define __PACKET_VTP_H__ void dissect_vtp(const u_char *, int, frame_data *, proto_tree *); + +#endif |