From b93b018af83ea02d89d2aaecdc34d62be9dc0a39 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 17 Mar 2021 06:25:36 -0400 Subject: db_locale_match(): New function --- (limited to 'src/locale.h') diff --git a/src/locale.h b/src/locale.h index 9fced63..7813370 100644 --- a/src/locale.h +++ b/src/locale.h @@ -21,5 +21,6 @@ #define DB_LOCALE_H_ const char *db_lc_messages_get(void); +int db_locale_match(char *loc); #endif /* DB_LOCALE_H_ */ -- cgit v0.9.1