summaryrefslogtreecommitdiff
path: root/src/core/paths.h
diff options
context:
space:
mode:
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 *);