summaryrefslogtreecommitdiff
path: root/src/core/paths.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-05-25 22:01:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-05-25 22:02:15 (GMT)
commiteef3392134b489fbff7c96046581c987ff7192bd (patch)
treed9926feb13b8a5008cc0013e7ad0a5adb9c73637 /src/core/paths.h
parent2d16cca046ff80f2be3eea6934dd1dd8f4b807d1 (diff)
Provided a way to relocate built binaries.
Diffstat (limited to 'src/core/paths.h')
-rw-r--r--src/core/paths.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/paths.h b/src/core/paths.h
index a755559..e6ce61f 100644
--- a/src/core/paths.h
+++ b/src/core/paths.h
@@ -26,6 +26,12 @@
+/* Enregistre un répertoire comme nouvelle base de construction. */
+void register_new_prefix(const char *);
+
+/* Fournit le répertoire réel correspondant à une cible. */
+char *get_effective_directory(const char *);
+
/* Trouve le chemin d'accès complet à un fichier d'image. */
char *find_pixmap_file(const char *);