aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-18 16:21:12 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-18 16:21:12 +0000
commit60f726b51b4852008f20f56b5dc373e9489f6a19 (patch)
treef838e437d1a2a3f09df733bd2b40c09a02944196 /editcap.c
parent79e2a4b358b8e983d9efce42191005a7a442ba42 (diff)
Fix warnings found by -Wstrict-prototypes
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9722 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 c6bd0047cc..e846f5ba7e 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.26 2002/08/28 21:00:06 jmayer Exp $
+ * $Id: editcap.c,v 1.27 2004/01/18 16:21:12 jmayer Exp $
*
* Originally written by Richard Sharpe.
* Improved by Guy Harris.
@@ -268,7 +268,7 @@ set_time_adjustment(char *optarg)
time_adj.tv.tv_usec = val;
}
-static void usage()
+static void usage(void)
{
int i;
const char *string;