summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bacapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bacapp.h')
-rw-r--r--epan/dissectors/packet-bacapp.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/epan/dissectors/packet-bacapp.h b/epan/dissectors/packet-bacapp.h
index 1e8b1f8260..4b1d19734b 100644
--- a/epan/dissectors/packet-bacapp.h
+++ b/epan/dissectors/packet-bacapp.h
@@ -30,9 +30,6 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
-#if HAVE_ICONV
-#include <iconv.h>
-#endif
#endif
#include <stdio.h>
@@ -2074,7 +2071,7 @@ void
proto_reg_handoff_bacapp(void);
/**
- * converts XXX coded strings to UTF-8 if iconv is allowed
+ * converts XXX coded strings to UTF-8
* else 'in' is copied to 'out'
* @param in -- pointer to string
* @param inbytesleft
@@ -2084,7 +2081,7 @@ proto_reg_handoff_bacapp(void);
* @return count of modified characters of returned string, -1 for errors
*/
guint32
-fConvertXXXtoUTF8(const guint8 *in, size_t *inbytesleft,guint8 *out, size_t *outbytesleft, const gchar *fromcoding);
+fConvertXXXtoUTF8(gchar *in, size_t *inbytesleft, gchar *out, size_t *outbytesleft, const gchar *fromcoding);
#endif /* __BACAPP_H__ */