]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-fs: Fixed fs_delete() API description.
authorTimo Sirainen <tss@iki.fi>
Mon, 11 Mar 2013 15:25:46 +0000 (17:25 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 11 Mar 2013 15:25:46 +0000 (17:25 +0200)
src/lib-fs/fs-api.h

index b0c1313c04d4cdcfc2e21b52c35b56f69280c4b4..5aabcffb29ddb22f1671c942ef3bb4aba88134a5 100644 (file)
@@ -152,8 +152,7 @@ int fs_wait_async(struct fs *fs);
 
 /* Returns 1 if file exists, 0 if not, -1 if error occurred. */
 int fs_exists(struct fs_file *file);
-/* Delete a file. Returns 1 if file was actually deleted by us,
-   0 if file didn't exist, -1 if error. */
+/* Delete a file. Returns 0 if file was actually deleted by us, -1 if error. */
 int fs_delete(struct fs_file *file);
 
 /* Returns 0 if ok, -1 if error occurred (e.g. errno=ENOENT).