On Windows, if we're running anything but plain Visual C++ 6 (including
[obnox/wireshark/wip.git] / util.h
diff --git a/util.h b/util.h
index db80ac0e814f236ceb513337af242c86b9a6a2a1..2849b05cd652d795a99bbed5bc0e7bb083fa950d 100644 (file)
--- a/util.h
+++ b/util.h
@@ -3,8 +3,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -32,7 +32,7 @@ extern "C" {
 /* Collect command-line arguments as a string consisting of the arguments,
  * separated by spaces.
  */
-char *get_args_as_string(int argc, char **argv, int optind);
+char *get_args_as_string(int argc, char **argv, int optindex);
 
 /* Compute the difference between two seconds/microseconds time stamps.
  * Beware: we're using nanosecond resolution now and function is currently unused