aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-09 17:33:04 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-09 17:33:04 +0200
commit8bb475af99260f1d107dbc8908268ae93960aa83 (patch)
tree1a7a1fc03424df841a6f977b137482439b09bc9f /src/include/gnunet_disk_lib.h
parent1f80a11e90ee982bffaae4685e281f75ee1c225d (diff)
downloadgnunet-8bb475af99260f1d107dbc8908268ae93960aa83.tar.gz
gnunet-8bb475af99260f1d107dbc8908268ae93960aa83.zip
implement new functions in libgnunetsq, clean up sqlite namestore plugin, implement flow control in namestore API and tests
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