aboutsummaryrefslogtreecommitdiffstats
path: root/epan/base64.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-08-03 14:27:22 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-08-03 14:27:22 +0000
commit2b9d63a4b5ba6b10f596339a317ca36a8d66c460 (patch)
tree07312614ae843f729998c1214e2fb34511d69cba /epan/base64.h
parentea4fbda062c37643112842b07dc19b2144dfc2c7 (diff)
Move common code to base64.c
svn path=/trunk/; revision=25908
Diffstat (limited to 'epan/base64.h')
-rw-r--r--epan/base64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/base64.h b/epan/base64.h
index 46d060eadc..ffef8ebf17 100644
--- a/epan/base64.h
+++ b/epan/base64.h
@@ -28,9 +28,12 @@
extern "C" {
#endif /* __cplusplus */
+#include "epan/tvbuff.h"
/* In-place decoding of a base64 string. */
size_t epan_base64_decode(char *s);
+extern tvbuff_t* base64_to_tvb(const char *base64);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */