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.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index bf49b71f8..f6aa3d070 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -798,25 +798,6 @@ GNUNET_DISK_file_change_owner (const char *filename, const char *user);
798 798
799 799
800/** 800/**
801 * Construct full path to a file inside of the private
802 * directory used by GNUnet. Also creates the corresponding
803 * directory. If the resulting name is supposed to be
804 * a directory, end the last argument in '/' (or pass
805 * DIR_SEPARATOR_STR as the last argument before NULL).
806 *
807 * @param cfg configuration to use
808 * @param service_name name of the service asking
809 * @param ... is NULL-terminated list of
810 * path components to append to the
811 * private directory name.
812 * @return the constructed filename
813 */
814char *
815GNUNET_DISK_get_home_filename (const struct GNUNET_CONFIGURATION_Handle *cfg,
816 const char *service_name, ...);
817
818
819/**
820 * Opaque handle for a memory-mapping operation. 801 * Opaque handle for a memory-mapping operation.
821 */ 802 */
822struct GNUNET_DISK_MapHandle; 803struct GNUNET_DISK_MapHandle;