summaryrefslogtreecommitdiff
path: root/epan/base64.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-08-03 15:44:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-08-03 15:44:26 +0000
commit86e0bde995d813803dd41ec6ba5f3911c29d8015 (patch)
treede8a8abdf1eded4d81a11c9b970452f123ccf812 /epan/base64.h
parent2b9d63a4b5ba6b10f596339a317ca36a8d66c460 (diff)
downloadwireshark-86e0bde995d813803dd41ec6ba5f3911c29d8015.tar.gz
packet-multipart.c:179: warning: unused parameter 'pinfo'
packet-multipart.c:179: warning: unused parameter 'name' ( restore a bit of previous code) Move inclusion of tvbuff.h to base64.c svn path=/trunk/; revision=25909
Diffstat (limited to 'epan/base64.h')
-rw-r--r--epan/base64.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/base64.h b/epan/base64.h
index ffef8ebf17..0a1b94709e 100644
--- a/epan/base64.h
+++ b/epan/base64.h
@@ -28,7 +28,6 @@
extern "C" {
#endif /* __cplusplus */
-#include "epan/tvbuff.h"
/* In-place decoding of a base64 string. */
size_t epan_base64_decode(char *s);