Add an install-deps target to the nmake makefiles.
[obnox/wireshark/wip.git] / util.h
diff --git a/util.h b/util.h
index f4ed9dc2cbd3016b025089429e250d45f672514a..eadf6b9e686025ad7da5ed1fac89993ffcd0bb15 100644 (file)
--- a/util.h
+++ b/util.h
@@ -35,12 +35,10 @@ int create_tempfile(char *, int, const char *);
  * 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, char **, int);
 
 /* Compute the difference between two seconds/microseconds time stamps. */
 void compute_timestamp_diff(gint *, gint *, guint32, guint32, guint32, guint32);
-/* In-place decoding of a base64 string. */
-size_t epan_base64_decode(char *s);
 
 /* Create a capture filter for the connection */
 char *get_conn_cfilter(void);