summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2024-02-28 11:06:00 +0100
committerAlbert Cervin <albert@acervin.com>2024-02-28 11:06:00 +0100
commit678104121a1aeca7851b91bc536de5548efdf651 (patch)
tree0af9afca7c15a971f44d71de2a81e92e8c618cce /src
parent0a8ee4bf0a80532408d44bd783993f98db3fff9f (diff)
downloaddged-678104121a1aeca7851b91bc536de5548efdf651.tar.gz
dged-678104121a1aeca7851b91bc536de5548efdf651.tar.xz
dged-678104121a1aeca7851b91bc536de5548efdf651.zip
One missing file from last commit
Diffstat (limited to 'src')
-rw-r--r--src/dged/lang.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dged/lang.h b/src/dged/lang.h
index dab81e6..e80ce23 100644
--- a/src/dged/lang.h
+++ b/src/dged/lang.h
@@ -49,6 +49,13 @@ struct language lang_from_filename(const char *filename);
struct language lang_from_id(const char *id);
/**
+ * Check if this lang is the fundamental (default) lang.
+ *
+ * @returns True if language is fundamental, false otherwise.
+ */
+bool lang_is_fundamental(const struct language *lang);
+
+/**
* Get all settings associated with a language.
*
* @param lang The language to get settings for.