aboutsummaryrefslogtreecommitdiffstats
path: root/mail/session.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-07 01:16:22 +0800
committerDan Winship <danw@src.gnome.org>2000-05-07 01:16:22 +0800
commit2ef945c6e2ef11c4269a3729a9df7c824b0408e5 (patch)
treec4b55c31c44509c9fb3ab19a71e7a57edbecd6f0 /mail/session.h
parent6ccb0487b00f9d7a4154af10ad8e4ed85e7be382 (diff)
downloadgsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar
gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar.gz
gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar.bz2
gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar.lz
gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar.xz
gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar.zst
gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.zip
consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h and
* mail.h: consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h and session.h into this new file. There's no reason to have a .h for every .c. svn path=/trunk/; revision=2830
Diffstat (limited to 'mail/session.h')
-rw-r--r--mail/session.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/session.h b/mail/session.h
deleted file mode 100644
index 8b870f0383..0000000000
--- a/mail/session.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef EVOLUTION_MAIL_SESSION_H
-#define EVOLUTION_MAIL_SESSION_H
-
-#include <camel/camel-store.h>
-#include <camel/camel-session.h>
-typedef struct {
- CamelSession *session;
- CamelStore *store;
-} SessionStore;
-
-SessionStore *session_store_new (const char *uri);
-void session_store_destroy (SessionStore *ss);
-void session_init (void);
-
-extern SessionStore *default_session;
-
-#endif /* EVOLUTION_MAIL_SESSION_H */