aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/ascend.h')
-rw-r--r--wiretap/ascend.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/wiretap/ascend.h b/wiretap/ascend.h
index 5b908b9e93..fe732ec9b4 100644
--- a/wiretap/ascend.h
+++ b/wiretap/ascend.h
@@ -1,6 +1,6 @@
/* ascend.h
*
- * $Id: ascend.h,v 1.6 2000/05/18 09:09:24 guy Exp $
+ * $Id: ascend.h,v 1.7 2000/08/11 13:32:35 deniel Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -21,8 +21,13 @@
*
*/
+#ifndef __ASCEND_H__
+#define __ASCEND_H__
+
#define ASCEND_MAX_DATA_ROWS 8
#define ASCEND_MAX_DATA_COLS 16
#define ASCEND_MAX_PKT_LEN (ASCEND_MAX_DATA_ROWS * ASCEND_MAX_DATA_COLS)
int ascend_open(wtap *wth, int *err);
+
+#endif