]> git.proxmox.com Git - ceph.git/blame - ceph/src/civetweb/src/third_party/duktape-1.3.0/examples/codepage-conv/duk_codepage_conv.h
bump version to 12.2.12-pve1
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.3.0 / examples / codepage-conv / duk_codepage_conv.h
CommitLineData
7c673cae
FG
1#ifndef DUK_CODEPAGE_CONV_H_INCLUDED
2#define DUK_CODEPAGE_CONV_H_INCLUDED
3
4#include "duktape.h"
5
6void duk_decode_string_codepage(duk_context *ctx, const char *str, size_t len, unsigned int *codepage);
7
8#endif /* DUK_CODEPAGE_CONV_H_INCLUDED */