aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index be2885460..114a22052 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -709,6 +709,18 @@ GNUNET_DISK_directory_remove (const char *filename);
709 709
710 710
711/** 711/**
712 * Remove the directory given under @a option in
713 * section [PATHS] in configuration under @a cfg_filename
714 *
715 * @param cfg_filename configuration file to parse
716 * @param option option with the dir name to purge
717 */
718void
719GNUNET_DISK_purge_cfg_dir (const char *cfg_filename,
720 const char *option);
721
722
723/**
712 * Implementation of "mkdir -p" 724 * Implementation of "mkdir -p"
713 * 725 *
714 * @param dir the directory to create 726 * @param dir the directory to create