]> mj.ucw.cz Git - libucw.git/blobdiff - charset/stk-charconv.c
Started moving configuration sections to cf/sherlock2.
[libucw.git] / charset / stk-charconv.c
index 2dca1c56b7ba525a190f7fc1e60ef3950facbca1..7fc2d72cbf0bf9833c9a9f3a34a28e1e3f2574ae 100644 (file)
@@ -15,7 +15,7 @@
 #define INITIAL_SCALE          2
 
 uns
 #define INITIAL_SCALE          2
 
 uns
-stk_conv_init(struct conv_context *c, byte *s, uns in_cs, uns out_cs)
+stk_strconv_init(struct conv_context *c, byte *s, uns in_cs, uns out_cs)
 {
   uns l = strlen(s);
   if (in_cs == out_cs)
 {
   uns l = strlen(s);
   if (in_cs == out_cs)
@@ -35,7 +35,7 @@ stk_conv_init(struct conv_context *c, byte *s, uns in_cs, uns out_cs)
 }
 
 uns
 }
 
 uns
-stk_conv_step(struct conv_context *c, byte *buf, uns len)
+stk_strconv_step(struct conv_context *c, byte *buf, uns len)
 {
   if (!c->source_end)
   {
 {
   if (!c->source_end)
   {