summaryrefslogtreecommitdiff
path: root/src/common/pathname.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2025-03-13 00:07:02 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2025-03-13 00:07:02 (GMT)
commit2ed360005ad9265f45b32b1b19a202f747aed53c (patch)
tree931649ea1253cd5f3eae753d7cd4e949bbfe53fe /src/common/pathname.h
parentccb49530f930701b1ca57e560564ae098dcef3c9 (diff)
Rely on GSettings to setup temporary files.
Diffstat (limited to 'src/common/pathname.h')
-rw-r--r--src/common/pathname.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/pathname.h b/src/common/pathname.h
index 1b6624c..104833b 100644
--- a/src/common/pathname.h
+++ b/src/common/pathname.h
@@ -42,9 +42,7 @@ bool mkpath(const char *);
int ensure_path_exists(const char *);
/* Met en place un fichier temporaire. */
-#if 0 // TODO
int make_tmp_file(const char *, const char *, char **);
-#endif
/* Copie un fichier. */
bool copy_file(const char *, const char *);