diff options
Diffstat (limited to 'src/common/xdg.h')
-rw-r--r-- | src/common/xdg.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/common/xdg.h b/src/common/xdg.h index a9aa254..19a507e 100644 --- a/src/common/xdg.h +++ b/src/common/xdg.h @@ -21,20 +21,14 @@ */ -#ifndef _XDG_H -#define _XDG_H - - -#include <stdbool.h> +#ifndef _COMMON_XDG_H +#define _COMMON_XDG_H /* Détermine le chemin d'un répertoire selon les specs. XDG. */ char *get_xdg_config_dir(const char *); -/* S'assure que le chemin fourni est bien en place. */ -bool mkpath(const char *); - -#endif /* _XDG_H */ +#endif /* _COMMON_XDG_H */ |