aboutsummaryrefslogtreecommitdiff
path: root/src/common/convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/convert.h')
-rw-r--r--src/common/convert.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/convert.h b/src/common/convert.h
index 9e1bf52..0600cbb 100644
--- a/src/common/convert.h
+++ b/src/common/convert.h
@@ -38,10 +38,10 @@ extern "C" {
38 * @param charset input character set 38 * @param charset input character set
39 * @return the converted string (0-terminated), NULL on error 39 * @return the converted string (0-terminated), NULL on error
40 */ 40 */
41char * 41char *
42EXTRACTOR_common_convert_to_utf8 (const char * input, 42EXTRACTOR_common_convert_to_utf8 (const char *input,
43 size_t len, 43 size_t len,
44 const char *charset); 44 const char *charset);
45 45
46#ifdef __cplusplus 46#ifdef __cplusplus
47} 47}