aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-digest-store.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-03-12 08:55:53 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-03-12 08:55:53 +0800
commit8358586161bd2f1b17ea30f1a483e6b85dff8e47 (patch)
tree0e8e8ff460c05118b2d2fdf42315ba8807d65ab2 /camel/camel-digest-store.h
parent3994c3b9c09058a981b3be122b0bd79fffb1e466 (diff)
downloadgsoc2013-evolution-8358586161bd2f1b17ea30f1a483e6b85dff8e47.tar
gsoc2013-evolution-8358586161bd2f1b17ea30f1a483e6b85dff8e47.tar.gz
gsoc2013-evolution-8358586161bd2f1b17ea30f1a483e6b85dff8e47.tar.bz2
gsoc2013-evolution-8358586161bd2f1b17ea30f1a483e6b85dff8e47.tar.lz
gsoc2013-evolution-8358586161bd2f1b17ea30f1a483e6b85dff8e47.tar.xz
gsoc2013-evolution-8358586161bd2f1b17ea30f1a483e6b85dff8e47.tar.zst
gsoc2013-evolution-8358586161bd2f1b17ea30f1a483e6b85dff8e47.zip
do the typedef's in camel-types.h and include camel-digest-store.h in camel.h
svn path=/trunk/; revision=16117
Diffstat (limited to 'camel/camel-digest-store.h')
-rw-r--r--camel/camel-digest-store.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-digest-store.h b/camel/camel-digest-store.h
index caf33cfdc7..53f896e821 100644
--- a/camel/camel-digest-store.h
+++ b/camel/camel-digest-store.h
@@ -36,7 +36,6 @@ extern "C" {
#define CAMEL_DIGEST_STORE_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_digest_store_get_type (), CamelDigestStoreClass)
#define CAMEL_IS_DIGEST_STORE(obj) CAMEL_CHECK_TYPE (obj, camel_digest_store_get_type ())
-typedef struct _CamelDigestStore CamelDigestStore;
typedef struct _CamelDigestStoreClass CamelDigestStoreClass;
struct _CamelDigestStore {