aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:05:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:05:42 +0000
commit2032baa561c7fefbe2605f5d6b979a295a61637d (patch)
tree2c2a2f1c92940a51ccb565c8fdc1b381a68d8bb4 /src/include/gnunet_disk_lib.h
parent0f6f7fdb0ee4172951f8cb1431d2e457a4b83716 (diff)
downloadgnunet-2032baa561c7fefbe2605f5d6b979a295a61637d.tar.gz
gnunet-2032baa561c7fefbe2605f5d6b979a295a61637d.zip
migrating towards XDG configuration specification (#3000)
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;