aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/DBCS.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DBCS.h')
-rw-r--r--src/DBCS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DBCS.h b/src/DBCS.h
index c8edad057..ceeb75929 100644
--- a/src/DBCS.h
+++ b/src/DBCS.h
@@ -19,6 +19,7 @@ constexpr bool IsDBCSCodePage(int codePage) noexcept {
}
bool DBCSIsLeadByte(int codePage, char ch) noexcept;
+bool IsDBCSValidSingleByte(int codePage, int ch) noexcept;
}