summaryrefslogtreecommitdiffstats
path: root/src/locale.h
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-03-17 06:25:36 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-03-17 06:25:36 (EDT)
commitb93b018af83ea02d89d2aaecdc34d62be9dc0a39 (patch)
treec080355fe3ff06045606f3b2f44d8853dcdc76f6 /src/locale.h
parente674ab4e41e1f4f9289e11745ef2d91f410f41ab (diff)
downloaddodge-balls-b93b018af83ea02d89d2aaecdc34d62be9dc0a39.zip
dodge-balls-b93b018af83ea02d89d2aaecdc34d62be9dc0a39.tar.gz
dodge-balls-b93b018af83ea02d89d2aaecdc34d62be9dc0a39.tar.bz2
db_locale_match(): New function
Diffstat (limited to 'src/locale.h')
-rw-r--r--src/locale.h1
1 files changed, 1 insertions, 0 deletions
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_ */