aboutsummaryrefslogtreecommitdiffstats
path: root/epan/base64.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-03 14:27:22 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-03 14:27:22 +0000
commit052be9efab664180827103f433d2321c01461efd (patch)
tree07312614ae843f729998c1214e2fb34511d69cba /epan/base64.h
parentc155d6d777543c844873bd2a653bbc3af5cb43c0 (diff)
Move common code to base64.c
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25908 f5534014-38df-0310-8fa8-9805f1628bb7
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 */