Remove svn:executable
[metze/wireshark/wip.git] / util.h
diff --git a/util.h b/util.h
index 6b03bd61258dd190b4ce10d0944927597ccd4e56..eadf6b9e686025ad7da5ed1fac89993ffcd0bb15 100644 (file)
--- a/util.h
+++ b/util.h
@@ -1,7 +1,7 @@
 /* util.h
  * Utility definitions
  *
- * $Id: util.h,v 1.32 2004/05/10 22:20:24 obiot Exp $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -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);