X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fwchar.h;h=0e086be785881a1fb9ff721662a5024146772d3f;hb=93655ae0d1feb1cdd292c952d89a992f1de0c073;hp=7b6119a9281292f65f0ec4c112975c24528b5fb3;hpb=2806f03eafc48ec9ef02a3dc2d74133eaf11ccc1;p=guile-irrlicht.git diff --git a/src/wchar.h b/src/wchar.h index 7b6119a..0e086be 100644 --- a/src/wchar.h +++ b/src/wchar.h @@ -25,7 +25,10 @@ #include #include -wchar_t* +SCM +scm_from_wide_char_string (const wchar_t* wtext); + +const wchar_t* scm_to_wide_char_string (SCM text); #endif