"fragment_add_common()" isn't used outside this file - make it static.
[obnox/wireshark/wip.git] / util.h
diff --git a/util.h b/util.h
index 9f87a0f97b232566e7d8e715d7a8d4a654bbc8d4..eadf6b9e686025ad7da5ed1fac89993ffcd0bb15 100644 (file)
--- a/util.h
+++ b/util.h
@@ -35,17 +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);
-
-void ASCII_to_EBCDIC(guint8 *buf, guint bytes);
-guint8 ASCII_to_EBCDIC1(guint8 c);
-void EBCDIC_to_ASCII(guint8 *buf, guint bytes);
-guint8 EBCDIC_to_ASCII1(guint8 c);
+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);