aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ngsniffer.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-02-27 08:57:25 +0000
committerGuy Harris <guy@alum.mit.edu>2002-02-27 08:57:25 +0000
commitcbf5c537c4e0ad18f3363815c89e71511a3d3fd7 (patch)
tree76f73e3b705843a74596e48d8d86d05eaa1f4461 /wiretap/ngsniffer.h
parent03e58907613b5f73236fcde0d81668a1f3f920bc (diff)
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
Diffstat (limited to 'wiretap/ngsniffer.h')
-rw-r--r--wiretap/ngsniffer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/wiretap/ngsniffer.h b/wiretap/ngsniffer.h
index aeb54827e2..cde0011a30 100644
--- a/wiretap/ngsniffer.h
+++ b/wiretap/ngsniffer.h
@@ -1,6 +1,6 @@
/* ngsniffer.h
*
- * $Id: ngsniffer.h,v 1.9 2001/11/13 23:55:44 gram Exp $
+ * $Id: ngsniffer.h,v 1.10 2002/02/27 08:57:25 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -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 __NGSNIFFER_H__
@@ -26,6 +25,6 @@
int ngsniffer_open(wtap *wth, int *err);
gboolean ngsniffer_dump_open(wtap_dumper *wdh, int *err);
-int ngsniffer_dump_can_write_encap(int filetype, int encap);
+int ngsniffer_dump_can_write_encap(int encap);
#endif