summaryrefslogtreecommitdiffstats
path: root/core/pref.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-10-25 18:52:15 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-25 13:59:52 -0700
commita719bfbeaf5c1956d2ba921c429b47619888b453 (patch)
treee8a48d0afc34f649f93f96fde30de34553ffae87 /core/pref.h
parent975ef65913754a65d53cc079756a881be9754637 (diff)
downloadsubsurface-a719bfbeaf5c1956d2ba921c429b47619888b453.tar.gz
cleanup: move git-pref declarations into core/pref.h
These seem to be an artifact. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/pref.h')
-rw-r--r--core/pref.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pref.h b/core/pref.h
index 344308549..90a442b9c 100644
--- a/core/pref.h
+++ b/core/pref.h
@@ -227,6 +227,9 @@ extern bool subsurface_ignore_font(const char *font);
extern void subsurface_OS_pref_setup();
extern void copy_prefs(struct preferences *src, struct preferences *dest);
+extern void set_informational_units(const char *units);
+extern void set_git_prefs(const char *prefs);
+
#ifdef __cplusplus
}
#endif