aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-09-11 07:07:41 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-09-11 07:07:41 +0000
commita42b1d58d804ea45539ce8f11fa092f39b0d7bae (patch)
tree0b1a370ece39153c0d6d6e382c2832f51b874d77 /wiretap/ascend.c
parent936411d946a3274ebd02fe24432f5668bd2cc8f7 (diff)
"ascend_seek()" isn't used outside "ascend.c", so make it static to
"ascend.c". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@659 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/ascend.c')
-rw-r--r--wiretap/ascend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/ascend.c b/wiretap/ascend.c
index 30ff9c2d87..3ff602e35f 100644
--- a/wiretap/ascend.c
+++ b/wiretap/ascend.c
@@ -1,6 +1,6 @@
/* ascend.c
*
- * $Id: ascend.c,v 1.2 1999/09/11 06:49:42 guy Exp $
+ * $Id: ascend.c,v 1.3 1999/09/11 07:07:41 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -78,7 +78,7 @@ static int ascend_read(wtap *wth, int *err);
byte offset. Returns 0 on failure. A valid offset is 0; since
that causes problems with wtap_loop, offsets are incremented by one. */
/* XXX - Handle I/O errors. */
-int ascend_seek(wtap *wth, int max_seek)
+static int ascend_seek(wtap *wth, int max_seek)
{
int byte, bytes_read = 0;
int x_level = 0, r_level = 0, e_level = 0;