Skip to content

Commit fe5611b

Browse files
committed
Implement reiconv_version for C API.
1 parent 29c21ce commit fe5611b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iconv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
#define TEMP_BUFFER_SIZE 4096
4848

49-
_CPPP_API struct VersionInfo version = {VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH};
49+
_CPPP_API struct VersionInfo reiconv_version = {VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH};
5050

5151
_CPPP_API size_t reiconv_name_canonicalize(const char *name, char *outbuf)
5252
{

0 commit comments

Comments
 (0)