]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/jisx0208.h
Style and comment updates
[libs/core.git] / source / stringcodec / jisx0208.h
index c59e44f5481ec32e234f41a6b12b306e248b0bf8..c8e69446b615084fb7406d9a7880225181ecfd62 100644 (file)
@@ -48,8 +48,8 @@ struct Kuten
        operator bool() { return ku!=0 && ten!=0; }
 };
 
-extern unichar jisx0208_to_ucs(Kuten);
-extern Kuten ucs_to_jisx0208(unichar);
+unichar jisx0208_to_ucs(Kuten);
+Kuten ucs_to_jisx0208(unichar);
 
 } // namespace StringCodec
 } // namespace Msp