aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-25 08:41:56 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-25 08:41:56 +0000
commit00c4cd3fbb54ef5860c3fa4c13d5318391d61a6e (patch)
tree4e01c20bcc2e129ecbc7295755685ea264c9e26d /src/include/gnunet_disk_lib.h
parent130185df47d89b3df36c8371fe18eccd76fca7fc (diff)
downloadgnunet-00c4cd3fbb54ef5860c3fa4c13d5318391d61a6e.tar.gz
gnunet-00c4cd3fbb54ef5860c3fa4c13d5318391d61a6e.zip
-nocaps
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index 51f585655..9e25cd95a 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -683,7 +683,7 @@ GNUNET_DISK_directory_test (const char *fil);
683 * @return GNUNET_OK on success, GNUNET_SYSERR on error 683 * @return GNUNET_OK on success, GNUNET_SYSERR on error
684 */ 684 */
685int 685int
686GNUNET_DISK_directory_remove (const char *fileName); 686GNUNET_DISK_directory_remove (const char *filename);
687 687
688 688
689/** 689/**