summaryrefslogtreecommitdiff
path: root/wiretap/ascend.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-09-11 06:49:42 +0000
committerGuy Harris <guy@alum.mit.edu>1999-09-11 06:49:42 +0000
commitbac7494ff0d440466a27dce46930e8e82c70521f (patch)
treeafaaba9e3c425df9b6f4b5a16042431eaa021b44 /wiretap/ascend.h
parentde7081f8ffe105c94076305da48547b404886371 (diff)
downloadwireshark-bac7494ff0d440466a27dce46930e8e82c70521f.tar.gz
"ascend_read()" is local to "ascend.c" - declare it there, not in
"ascend.h". svn path=/trunk/; revision=657
Diffstat (limited to 'wiretap/ascend.h')
-rw-r--r--wiretap/ascend.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/wiretap/ascend.h b/wiretap/ascend.h
index ab43fd3962..fb7accd6de 100644
--- a/wiretap/ascend.h
+++ b/wiretap/ascend.h
@@ -1,6 +1,6 @@
/* ascend.h
*
- * $Id: ascend.h,v 1.1 1999/09/11 04:53:26 gerald Exp $
+ * $Id: ascend.h,v 1.2 1999/09/11 06:49:42 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -44,7 +44,6 @@ typedef struct {
#define ASCEND_PKTHDR_OFFSET sizeof(ascend_pkthdr)
int ascend_open(wtap *wth, int *err);
-static int ascend_read(wtap *wth, int *err);
void init_parse_ascend();
int parse_ascend(FILE *fh, void *pd, int len);
int ascend_seek_read (FILE *fh, int seek_off, guint8 *pd, int len);