From 92c974f2f7b837f080de6983c7c49aa67bb1104f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 12 Apr 2011 17:37:05 +0000 Subject: Now that wtap_read() checks for delayed errors on EOF, there's no need to check for it on close. svn path=/trunk/; revision=36593 --- wiretap/wtap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap/wtap.h') diff --git a/wiretap/wtap.h b/wiretap/wtap.h index 76e1f0a2e0..858dcf0520 100644 --- a/wiretap/wtap.h +++ b/wiretap/wtap.h @@ -917,8 +917,8 @@ int wtap_file_encap(wtap *wth); int wtap_file_tsprecision(wtap *wth); /*** close the current file ***/ -int wtap_sequential_close(wtap *wth); -int wtap_close(wtap *wth); +void wtap_sequential_close(wtap *wth); +void wtap_close(wtap *wth); /*** dump packets into a capture file ***/ gboolean wtap_dump_can_open(int filetype); -- cgit v1.2.1