From aae1de7f9e5ea7cf9684aa827afad910fead1311 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 11 Oct 2013 21:29:12 +0000 Subject: cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and just call cf_open(). svn path=/trunk/; revision=52553 --- file.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'file.h') diff --git a/file.h b/file.h index 320a713ba3..e375a196f1 100644 --- a/file.h +++ b/file.h @@ -162,18 +162,6 @@ gboolean cf_read_frame_r(capture_file *cf, const frame_data *fdata, */ gboolean cf_read_frame(capture_file *cf, frame_data *fdata); -/** - * Start reading from the end of a capture file. - * This is used in "Update list of packets in Real-Time". - * - * @param cf the capture file to be read from - * @param fname the filename to be read from - * @param is_tempfile is this a temporary file? - * @param err the error code, if an error had occurred - * @return one of cf_status_t - */ -cf_status_t cf_start_tail(capture_file *cf, const char *fname, gboolean is_tempfile, int *err); - /** * Read packets from the "end" of a capture file. * -- cgit v1.2.1