Revert r35132 so that a better fix can be implemented that doesn't break
[obnox/wireshark/wip.git] / util.h
diff --git a/util.h b/util.h
index 4a9d81112674bac2161f593d9d85d171f3a8cb84..2849b05cd652d795a99bbed5bc0e7bb083fa950d 100644 (file)
--- a/util.h
+++ b/util.h
@@ -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