summaryrefslogtreecommitdiffstats
path: root/src/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/duk_codepage_conv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/duk_codepage_conv.h')
-rw-r--r--src/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/duk_codepage_conv.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/duk_codepage_conv.h b/src/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/duk_codepage_conv.h
new file mode 100644
index 000000000..d2705a0db
--- /dev/null
+++ b/src/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/duk_codepage_conv.h
@@ -0,0 +1,8 @@
+#ifndef DUK_CODEPAGE_CONV_H_INCLUDED
+#define DUK_CODEPAGE_CONV_H_INCLUDED
+
+#include "duktape.h"
+
+void duk_decode_string_codepage(duk_context *ctx, const char *str, size_t len, unsigned int *codepage);
+
+#endif /* DUK_CODEPAGE_CONV_H_INCLUDED */