aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-ncp-int.h')
-rw-r--r--packet-ncp-int.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/packet-ncp-int.h b/packet-ncp-int.h
index c56f84458a..fe1488d474 100644
--- a/packet-ncp-int.h
+++ b/packet-ncp-int.h
@@ -2,7 +2,7 @@
* Structures and functions for NetWare Core Protocol.
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-ncp-int.h,v 1.1 2000/07/28 20:03:42 gram Exp $
+ * $Id: packet-ncp-int.h,v 1.2 2000/08/11 13:34:06 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -24,6 +24,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __PACKET_NCP_INT_H__
+#define __PACKET_NCP_INT_H__
+
typedef struct {
int *hf_ptr;
gint length;
@@ -65,3 +68,5 @@ gboolean ncp_hash_lookup(conversation_t*, guint8 nw_sequence,
extern int proto_ncp;
+
+#endif