diff options
Diffstat (limited to 'src/iso6937.h')
| -rw-r--r-- | src/iso6937.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iso6937.h b/src/iso6937.h index 7b85edf..d994987 100644 --- a/src/iso6937.h +++ b/src/iso6937.h @@ -20,5 +20,6 @@ namespace sub { extern std::wstring iso6937_to_utf16 (std::string); +extern std::string utf16_to_iso6937 (std::wstring); }; |
