aboutsummaryrefslogtreecommitdiffstats
path: root/mail/session.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-02-26 07:33:55 +0800
committernobody <nobody@localhost>2000-02-26 07:33:55 +0800
commit8e588ed3d97e720c3439d30956e335b14713d4e3 (patch)
treee5dfae6704668d028cbb0e1fdc55e43b992004bc /mail/session.h
parent59d2deddc74713097251e0b2c0eb48f078f78268 (diff)
downloadgsoc2013-evolution-before_bonobo.tar
gsoc2013-evolution-before_bonobo.tar.gz
gsoc2013-evolution-before_bonobo.tar.bz2
gsoc2013-evolution-before_bonobo.tar.lz
gsoc2013-evolution-before_bonobo.tar.xz
gsoc2013-evolution-before_bonobo.tar.zst
gsoc2013-evolution-before_bonobo.zip
This commit was manufactured by cvs2svn to create tagbefore_bonobo
'before_bonobo'. svn path=/tags/before_bonobo/; revision=1959
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 */