aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/DBCS.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DBCS.h')
-rw-r--r--src/DBCS.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/DBCS.h b/src/DBCS.h
index 2b66db261..466d70ec7 100644
--- a/src/DBCS.h
+++ b/src/DBCS.h
@@ -41,8 +41,7 @@ struct DBCSPair {
};
using FoldMap = std::array<DBCSPair, 0x8000>;
-bool DBCSHasFoldMap(int codePage);
-FoldMap *DBCSGetMutableFoldMap(int codePage);
+FoldMap *DBCSCreateFoldMap(int codePage);
const FoldMap *DBCSGetFoldMap(int codePage);
}