aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend-int.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-06 08:25:52 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-06 08:25:52 +0000
commit31519a0ff0bf1fe040a1ceefdcfe768d36ae2569 (patch)
tree97d988c4782cf0ce63e6d2f822c427bc18b53fa0 /wiretap/ascend-int.h
parent10b79123ef414da57d8c26980dd435dacd81e6d2 (diff)
From Motonori Shindo: get rid of "send output to /dev/null" hack in
Ascend/Lucent trace reading code's Flex scanner. svn path=/trunk/; revision=4346
Diffstat (limited to 'wiretap/ascend-int.h')
-rw-r--r--wiretap/ascend-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/ascend-int.h b/wiretap/ascend-int.h
index 0f051d5e25..4e26e9980c 100644
--- a/wiretap/ascend-int.h
+++ b/wiretap/ascend-int.h
@@ -2,7 +2,7 @@
* Definitions for routines common to multiple modules in the Lucent/Ascend
* capture file reading code code, but not used outside that code.
*
- * $Id: ascend-int.h,v 1.7 2000/11/11 03:15:07 guy Exp $
+ * $Id: ascend-int.h,v 1.8 2001/12/06 08:25:52 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -44,7 +44,7 @@ extern struct ascend_phdr *pseudo_header;
int ascendlex(void);
void init_parse_ascend(void);
-void ascend_init_lexer(FILE_T fh, FILE *nfh);
+void ascend_init_lexer(FILE_T fh);
int parse_ascend(FILE_T fh, void *pd, struct ascend_phdr *phdr,
ascend_pkthdr *hdr, int len);