summaryrefslogtreecommitdiff
path: root/wiretap/nettl.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/nettl.h')
-rw-r--r--wiretap/nettl.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/wiretap/nettl.h b/wiretap/nettl.h
index 5e9fc469f9..397e544d14 100644
--- a/wiretap/nettl.h
+++ b/wiretap/nettl.h
@@ -1,6 +1,6 @@
/* nettl.h
*
- * $Id: nettl.h,v 1.4 2000/02/17 21:08:15 oabad Exp $
+ * $Id: nettl.h,v 1.5 2000/08/11 13:32:34 deniel Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -21,6 +21,9 @@
*
*/
+#ifndef __NETTL_H__
+#define __NETTL_H__
+
#define NETTL_SUBSYS_NS_LS_LOGGING 0x00
#define NETTL_SUBSYS_NS_LS_NFT 0x01
#define NETTL_SUBSYS_NS_LS_LOOPBACK 0x02
@@ -66,3 +69,5 @@
#define NETTL_SUBSYS_EM 0x7C
int nettl_open(wtap *wth, int *err);
+
+#endif