summaryrefslogtreecommitdiff
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/project.h b/src/project.h
index da05aeb..1314b1d 100644
--- a/src/project.h
+++ b/src/project.h
@@ -70,8 +70,8 @@ bool g_openida_project_save(openida_project *, const char *);
/* Ferme un projet et libère la mémoire associée. */
void close_openida_project(openida_project *);
-/* Indique si un projet a tous les éléments pour être sauvé. */
-bool has_storing_filename(const openida_project *);
+/* Indique le chemin du fichier destiné à la sauvegarde. */
+const char *g_openida_project_get_filename(const openida_project *);