aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-10 23:16:00 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-10 23:16:00 +0000
commitfe3b7d73edd4e41389f9b3ff3cd9d07892ae3e56 (patch)
treed5da1055f781a8a7c6c54eaaeb30a476867caa4a /util.h
parentd121dc07f1601c58994bdd4acd6ee33ef845e0e8 (diff)
Move the base-64 routines to "epan/base64.c".
svn path=/trunk/; revision=11960
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/util.h b/util.h
index f4ed9dc2cb..1863474b87 100644
--- a/util.h
+++ b/util.h
@@ -39,8 +39,6 @@ char *get_args_as_string(int argc, char **argv, int optind);
/* 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);