aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-31 20:39:08 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-31 20:39:08 +0000
commit29c4d75cfb52554cc7483725f905da96e0c5c4e0 (patch)
tree6fa001187308f8671a8460e4da8401481345aee0 /editcap.c
parent188ad46a5b7d58bb640297f40a95656bf52af075 (diff)
From Joerg Mayer: mark function arguments as unused.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5049 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'editcap.c')
-rw-r--r--editcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/editcap.c b/editcap.c
index 1ba14c3959..16fa5488b4 100644
--- a/editcap.c
+++ b/editcap.c
@@ -1,7 +1,7 @@
/* Edit capture files. We can delete records, adjust timestamps, or
* simply convert from one format to another format.
*
- * $Id: editcap.c,v 1.21 2002/03/14 04:32:35 gram Exp $
+ * $Id: editcap.c,v 1.22 2002/03/31 20:39:08 guy Exp $
*
* Originally written by Richard Sharpe.
* Improved by Guy Harris.
@@ -137,7 +137,7 @@ typedef struct {
*/
static void
-edit_callback(u_char *user, const struct wtap_pkthdr *phdr, long offset,
+edit_callback(u_char *user, const struct wtap_pkthdr *phdr, long offset _U_,
union wtap_pseudo_header *pseudo_header, const u_char *buf)
{
callback_arg *argp = (callback_arg *)user;