diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-11-16 16:36:39 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-11-16 16:36:39 +0800 |
commit | d39149c5797d79e902621585554985132c1e445d (patch) | |
tree | 5319382fa77e77f4b80f78d3ff7c5f31b69b7802 /camel/providers | |
parent | c484e227fd338b26e4bf1b075dc8a7701d77a120 (diff) | |
download | gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.gz gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.bz2 gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.lz gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.xz gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.zst gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.zip |
New file - utility functions for locking using different strategies and/or
2000-11-16 Not Zed <NotZed@HelixCode.com>
* camel-lock.c: New file - utility functions for locking using
different strategies and/or for locking folders safely.
* Makefile.am (libcamel_la_SOURCES): Adde camel-lock.[ch]
svn path=/trunk/; revision=6590
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/local/camel-local-folder.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/camel/providers/local/camel-local-folder.h b/camel/providers/local/camel-local-folder.h index 96e4b23187..fa0ad34e84 100644 --- a/camel/providers/local/camel-local-folder.h +++ b/camel/providers/local/camel-local-folder.h @@ -1,5 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Author: Michael Zucchi <notzed@helixcode.com> * @@ -21,11 +20,9 @@ * USA */ - #ifndef CAMEL_LOCAL_FOLDER_H #define CAMEL_LOCAL_FOLDER_H 1 - #ifdef __cplusplus extern "C" { #pragma } |