dovecot-2.2: lib-fs: Comment update

dovecot at dovecot.org dovecot at dovecot.org
Tue Dec 4 05:39:46 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/8f0af55ee4b6
changeset: 15445:8f0af55ee4b6
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Dec 04 05:39:36 2012 +0200
description:
lib-fs: Comment update

diffstat:

 src/lib-fs/fs-api.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d1570c02ca21 -r 8f0af55ee4b6 src/lib-fs/fs-api.h
--- a/src/lib-fs/fs-api.h	Mon Dec 03 02:21:54 2012 +0200
+++ b/src/lib-fs/fs-api.h	Tue Dec 04 05:39:36 2012 +0200
@@ -153,7 +153,7 @@
    directories are created automatically. Returns 0 if ok, -1 if error
    occurred. */
 int fs_copy(struct fs_file *src, struct fs_file *dest);
-/* Try to finish asynchronous fs_copy() */
+/* Try to finish asynchronous fs_copy(). Returns the same as fs_copy(). */
 int fs_copy_finish_async(struct fs_file *dest);
 /* Atomically rename a file. Destination parent directories are created
    automatically. Returns 0 if ok, -1 if error occurred. */


More information about the dovecot-cvs mailing list