diff font/codeconv.h @ 52:15a18fbe6f21

* Known bugs added to the README * Code cleaning (0 -> NULL when needed, indentation, spaces, ...)
author thib
date Sat, 18 Apr 2009 18:35:39 +0000
parents 223b71206888
children
line wrap: on
line diff
--- a/font/codeconv.h
+++ b/font/codeconv.h
@@ -40,6 +40,8 @@ unsigned int codeconv_unicode_to_euc(uns
 unsigned int codeconv_euc_to_sjis(unsigned int);
 unsigned int codeconv_sjis_to_euc(unsigned int);
 
+unsigned int codeconv_euc_to_jis(unsigned int);
+
 #ifdef __cplusplus
 }
 #endif