From cbf5c537c4e0ad18f3363815c89e71511a3d3fd7 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 27 Feb 2002 08:57:25 +0000 Subject: From Joerg Mayer: remove unused variables and declarations of non-existent functions. Remove the "filetype" argument from the "can_write_encap" functions for particular capture file types - the argument value is implicit, in that the routine being called is the routine for that particular file type. svn path=/trunk/; revision=4823 --- wiretap/snoop.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wiretap/snoop.h') diff --git a/wiretap/snoop.h b/wiretap/snoop.h index 7bdf645723..405ede821f 100644 --- a/wiretap/snoop.h +++ b/wiretap/snoop.h @@ -1,6 +1,6 @@ /* snoop.h * - * $Id: snoop.h,v 1.9 2001/11/13 23:55:44 gram Exp $ + * $Id: snoop.h,v 1.10 2002/02/27 08:57:25 guy Exp $ * * Wiretap Library * Copyright (c) 1998 by Gilbert Ramirez @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * */ #ifndef __W_SNOOP_H__ @@ -26,6 +25,6 @@ int snoop_open(wtap *wth, int *err); gboolean snoop_dump_open(wtap_dumper *wdh, int *err); -int snoop_dump_can_write_encap(int filetype, int encap); +int snoop_dump_can_write_encap(int encap); #endif -- cgit v1.2.3