aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-31 19:29:36 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-31 19:29:36 +0000
commit4ef94875c1e50499513fd50f6a0feee479a07812 (patch)
tree88b4d5628c2b6b8127ac0828a246d992b1aa4362 /src/include
parent5b6955a12b801a06f428acf8ba2cd651cd294912 (diff)
downloadgnunet-4ef94875c1e50499513fd50f6a0feee479a07812.tar.gz
gnunet-4ef94875c1e50499513fd50f6a0feee479a07812.zip
stuff
Diffstat (limited to 'src/include')
-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 7b6898293..fcb58ffef 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -312,7 +312,7 @@ GNUNET_DISK_mktemp (const char *t);
312 * @param fn file name to be opened 312 * @param fn file name to be opened
313 * @param flags opening flags, a combination of GNUNET_DISK_OPEN_xxx bit flags 313 * @param flags opening flags, a combination of GNUNET_DISK_OPEN_xxx bit flags
314 * @param perm permissions for the newly created file, use 314 * @param perm permissions for the newly created file, use
315 * GNUNET_DISK_PERM_USER_NONE if a file could not be created by this 315 * GNUNET_DISK_PERM_NONE if a file could not be created by this
316 * call (because of flags) 316 * call (because of flags)
317 * @return IO handle on success, NULL on error 317 * @return IO handle on success, NULL on error
318 */ 318 */