]> git.sur5r.net Git - cc65/blobdiff - src/common/tgttrans.h
One more place where OutputNameUsed must be flagged.
[cc65] / src / common / tgttrans.h
index 67d5addc9f4fc7772e7497d31e7c6fb6c543e9a1..51bf8ebbb6cb4a6b1079d48eb65931ef1e3485dc 100644 (file)
@@ -6,8 +6,8 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2000-2003 Ullrich von Bassewitz                                       */
-/*               Römerstrasse 52                                             */
+/* (C) 2000-2008 Ullrich von Bassewitz                                       */
+/*               Roemerstrasse 52                                            */
 /*               D-70794 Filderstadt                                         */
 /* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 
 
 #ifndef TGTTRANS_H
-#define TGTTRANS_H
+#define TGTTRANS_H  
+
+
+
+/* common */
+#include "strbuf.h"
 
 
 
@@ -62,6 +67,11 @@ void TgtTranslateBuf (void* Buf, unsigned Len);
  * the target system character set.
  */
 
+void TgtTranslateStrBuf (StrBuf* Buf);
+/* Translate a string buffer from the source character set into the target 
+ * system character set.
+ */
+
 void TgtTranslateSet (unsigned Index, unsigned char C);
 /* Set the translation code for the given character */