aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2013-06-18 23:46:15 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2013-06-18 23:46:15 +0000
commita5ec32f96c44672b83ddadfe6a9bfa750273333f (patch)
tree7412c5804a33c1643c773ad9d35c104d8d8d6fdf /src/include/gnunet_disk_lib.h
parentab47616dbca27ca5c9ccb40532a7b59ac9dcaad7 (diff)
downloadgnunet-a5ec32f96c44672b83ddadfe6a9bfa750273333f.tar.gz
gnunet-a5ec32f96c44672b83ddadfe6a9bfa750273333f.zip
Removed GNUNET_DISK_get_blocks_available since it's not used and it would
be hard to port to emscripten.
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index 427b55c08..c26f9dcda 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -268,17 +268,6 @@ enum GNUNET_DISK_PipeEnd
268 268
269 269
270/** 270/**
271 * Get the number of blocks that are left on the partition that
272 * contains the given file (for normal users).
273 *
274 * @param part a file on the partition to check
275 * @return -1 on errors, otherwise the number of free blocks
276 */
277long
278GNUNET_DISK_get_blocks_available (const char *part);
279
280
281/**
282 * Checks whether a handle is invalid 271 * Checks whether a handle is invalid
283 * 272 *
284 * @param h handle to check 273 * @param h handle to check