aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-uid-cache.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-10-20 00:41:07 +0800
committernobody <nobody@localhost>2000-10-20 00:41:07 +0800
commit3240d191693e7d413c47aadd61ef9702ad41e7a9 (patch)
tree511478f6adf5ff4b1e8d33055435514713011ac1 /camel/camel-uid-cache.h
parent79d19f353c19137c65fe40164d90da0b16eee9ed (diff)
downloadgsoc2013-evolution-3240d191693e7d413c47aadd61ef9702ad41e7a9.tar.gz
gsoc2013-evolution-3240d191693e7d413c47aadd61ef9702ad41e7a9.tar.zst
gsoc2013-evolution-3240d191693e7d413c47aadd61ef9702ad41e7a9.zip
This commit was manufactured by cvs2svn to create tag 'GAL_0_2'.GAL_0_2
svn path=/tags/GAL_0_2/; revision=6033
Diffstat (limited to 'camel/camel-uid-cache.h')
-rw-r--r--camel/camel-uid-cache.h56
1 files changed, 0 insertions, 56 deletions
diff --git a/camel/camel-uid-cache.h b/camel/camel-uid-cache.h
deleted file mode 100644
index 92226a3afd..0000000000
--- a/camel/camel-uid-cache.h
+++ /dev/null
@@ -1,56 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/* camel-uid-cache.h: UID caching code. */
-
-/*
- * Authors:
- * Bertrand Guiheneuf <bertrand@helixcode.com>
- *
- * Copyright 2000 Helix Code, Inc. (http://www.helixcode.com)
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- * USA
- */
-
-#ifndef CAMEL_UID_CACHE_H
-#define CAMEL_UID_CACHE_H 1
-
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif /* __cplusplus */
-
-#include <glib.h>
-#include <stdio.h>
-
-typedef struct {
- int fd, level;
- GHashTable *uids;
-} CamelUIDCache;
-
-CamelUIDCache *camel_uid_cache_new (const char *filename);
-gboolean camel_uid_cache_save (CamelUIDCache *cache);
-void camel_uid_cache_destroy (CamelUIDCache *cache);
-
-GPtrArray *camel_uid_cache_get_new_uids (CamelUIDCache *cache,
- GPtrArray *uids);
-void camel_uid_cache_free_uids (GPtrArray *uids);
-
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-
-#endif /* CAMEL_UID_CACHE_H */
2984d8cae3be2f758d61f4bfee8a4681'>Mark BROKEN: Fails to configureAntoine Brodin2014-05-181-0/+2 * Fix build with clang/libc++Baptiste Daroussin2014-04-232-3/+15 * Try to unbreak after conversion to OPTIONS helpersAntoine Brodin2014-02-011-3/+4 * Add forgotten patch and fix build.Mathieu Arnold2014-01-061-0/+11 * - Update to 0.0.1.30Mathieu Arnold2013-12-283-26/+28 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-121-2/+2 * Convert to new options framework, while here cleanup linknxBaptiste Daroussin2013-06-051-10/+13 * - Chase libesmtp shlib bumpMartin Wilke2012-05-231-2/+2 * In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1 * Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0 * - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0 * Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2 * Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1 * - Switch SourceForge ports to the new File Release System: categories startin...Dmitry Marakasov2009-08-221-1/+1 * Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2