diff --git a/src/common/tgttrans.c b/src/common/tgttrans.c index d88f6d244..ba4e3f5e0 100644 --- a/src/common/tgttrans.c +++ b/src/common/tgttrans.c @@ -96,8 +96,8 @@ static const unsigned char* Tab = 0; -void InitTarget (void) -/* Initialize the target and the translation tables */ +void TgtTranslateInit (void) +/* Initialize the translation tables */ { switch (Target) { case TGT_NONE: break; diff --git a/src/common/tgttrans.h b/src/common/tgttrans.h index b9ede0a89..fc5f8aeba 100644 --- a/src/common/tgttrans.h +++ b/src/common/tgttrans.h @@ -44,6 +44,9 @@ +void TgtTranslateInit (void); +/* Initialize the translation tables */ + int TgtTranslateChar (int C); /* Translate one character from the source character set into the target * system character set.