diff options
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r-- | src/include/gnunet_disk_lib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h index 5e06e32eb..7718a44a7 100644 --- a/src/include/gnunet_disk_lib.h +++ b/src/include/gnunet_disk_lib.h | |||
@@ -292,8 +292,9 @@ GNUNET_DISK_file_test_read (const char *fil); | |||
292 | * where NUM is the smallest number that is not used yet. | 292 | * where NUM is the smallest number that is not used yet. |
293 | * | 293 | * |
294 | * @param fil name of the file to back up | 294 | * @param fil name of the file to back up |
295 | * @return the backup file name (must be freed by caller) | ||
295 | */ | 296 | */ |
296 | void | 297 | char* |
297 | GNUNET_DISK_file_backup (const char *fil); | 298 | GNUNET_DISK_file_backup (const char *fil); |
298 | 299 | ||
299 | 300 | ||