diff options
author | Not Zed <NotZed@Ximian.com> | 2001-06-19 22:21:05 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-06-19 22:21:05 +0800 |
commit | ea61a8125616e548a13f64bfef1a3fc92c26e7f8 (patch) | |
tree | b6aeab7a044dbc5ac9c3aa48a74b7c080f8b6b9d /camel/camel-movemail.h | |
parent | 131c4514f73e4423bc3be32c3dd0338853f6ac05 (diff) | |
download | gsoc2013-evolution-ea61a8125616e548a13f64bfef1a3fc92c26e7f8.tar gsoc2013-evolution-ea61a8125616e548a13f64bfef1a3fc92c26e7f8.tar.gz gsoc2013-evolution-ea61a8125616e548a13f64bfef1a3fc92c26e7f8.tar.bz2 gsoc2013-evolution-ea61a8125616e548a13f64bfef1a3fc92c26e7f8.tar.lz gsoc2013-evolution-ea61a8125616e548a13f64bfef1a3fc92c26e7f8.tar.xz gsoc2013-evolution-ea61a8125616e548a13f64bfef1a3fc92c26e7f8.tar.zst gsoc2013-evolution-ea61a8125616e548a13f64bfef1a3fc92c26e7f8.zip |
Fixed a bug when not running setuid it wouldn't unlock.
2001-06-19 Not Zed <NotZed@Ximian.com>
* camel-lock-helper.c (unlock_id): Fixed a bug when not running
setuid it wouldn't unlock.
* camel-movemail.c (camel_movemail): use new
locking daemon, also return an error code.
svn path=/trunk/; revision=10287
Diffstat (limited to 'camel/camel-movemail.h')
-rw-r--r-- | camel/camel-movemail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-movemail.h b/camel/camel-movemail.h index 8b73435a43..ea75c82603 100644 --- a/camel/camel-movemail.h +++ b/camel/camel-movemail.h @@ -35,7 +35,7 @@ extern "C" { #include <camel/camel-exception.h> -void camel_movemail (const char *source, const char *dest, CamelException *ex); +int camel_movemail (const char *source, const char *dest, CamelException *ex); #ifdef __cplusplus |