aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-08-06 01:00:07 +0000
committerGuy Harris <guy@alum.mit.edu>2002-08-06 01:00:07 +0000
commitdc3ea0605d5e353e65e5cc7f0d5d9bc365ded300 (patch)
tree1c2bfd042034497a485cf8e1e3d0c0a492707c85 /wiretap
parentee623d5b73c3530bdbdf2503fba1b897ee80fde8 (diff)
Fix the declaration of "empty_line()" to match the definition.
svn path=/trunk/; revision=5954
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/cosine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/cosine.c b/wiretap/cosine.c
index 42087ba386..97d7176e98 100644
--- a/wiretap/cosine.c
+++ b/wiretap/cosine.c
@@ -1,6 +1,6 @@
/* cosine.c
*
- * $Id: cosine.c,v 1.2 2002/08/06 00:59:15 guy Exp $
+ * $Id: cosine.c,v 1.3 2002/08/06 01:00:07 guy Exp $
*
* CoSine IPNOS L2 debug output parsing
* Copyright (c) 2002 by Motonori Shindo <mshindo@mshindo.net>
@@ -169,7 +169,7 @@
*/
#define COSINE_MAX_PACKET_LEN 16384
-static gboolean empty_line(const char *line);
+static gboolean empty_line(const guchar *line);
static long cosine_seek_next_packet(wtap *wth, int *err, char *hdr);
static gboolean cosine_check_file_type(wtap *wth, int *err);
static gboolean cosine_read(wtap *wth, int *err, long *data_offset);