]> git.proxmox.com Git - ceph.git/blob - ceph/src/civetweb/src/third_party/duktape-1.3.0/examples/codepage-conv/duk_codepage_conv.h
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.3.0 / examples / codepage-conv / duk_codepage_conv.h
1 #ifndef DUK_CODEPAGE_CONV_H_INCLUDED
2 #define DUK_CODEPAGE_CONV_H_INCLUDED
3
4 #include "duktape.h"
5
6 void duk_decode_string_codepage(duk_context *ctx, const char *str, size_t len, unsigned int *codepage);
7
8 #endif /* DUK_CODEPAGE_CONV_H_INCLUDED */