From 9d41c658fe5b003d3a16646d1d05da8c68596b01 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 2 Jan 2014 20:47:21 +0000 Subject: No seek-read routines use the length argument, so eliminate it from wtap_seek_read(). svn path=/trunk/; revision=54570 --- wiretap/aethra.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wiretap/aethra.c') diff --git a/wiretap/aethra.c b/wiretap/aethra.c index 3f7dc450bd..c684014706 100644 --- a/wiretap/aethra.c +++ b/wiretap/aethra.c @@ -117,8 +117,7 @@ typedef struct { static gboolean aethra_read(wtap *wth, int *err, gchar **err_info, gint64 *data_offset); static gboolean aethra_seek_read(wtap *wth, gint64 seek_off, - struct wtap_pkthdr *phdr, Buffer *buf, int length, - int *err, gchar **err_info); + struct wtap_pkthdr *phdr, Buffer *buf, int *err, gchar **err_info); static gboolean aethra_read_rec_header(wtap *wth, FILE_T fh, struct aethrarec_hdr *hdr, struct wtap_pkthdr *phdr, int *err, gchar **err_info); @@ -278,7 +277,7 @@ found: static gboolean aethra_seek_read(wtap *wth, gint64 seek_off, struct wtap_pkthdr *phdr, - Buffer *buf, int length _U_, int *err, gchar **err_info) + Buffer *buf, int *err, gchar **err_info) { struct aethrarec_hdr hdr; -- cgit v1.2.3