]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/duk_codepage_conv.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / 3rdparty / civetweb / src / third_party / duktape-1.5.2 / 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 */