diff options
| author | jakob <jakob@memeware.net> | 2017-05-10 20:42:36 -0400 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-05-10 20:42:36 -0400 |
| commit | 1885dd37171b1cf95210e7a4850c2179f21a9e08 (patch) | |
| tree | a7be17e425fea7ec3ac7b1bb8044eb94d873dc4d /test/test_encoding.h | |
| parent | b38a284ffc56e292b79610bbd94ebaf086fb4421 (diff) | |
eliF entry creation for the archive table
Diffstat (limited to 'test/test_encoding.h')
| -rw-r--r-- | test/test_encoding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_encoding.h b/test/test_encoding.h index 8bb66ad..c3369f7 100644 --- a/test/test_encoding.h +++ b/test/test_encoding.h @@ -20,3 +20,4 @@ #pragma once char *test_decode_utf16le(void); +char *test_encode_utf16le(void); |