aboutsummaryrefslogtreecommitdiffstats
path: root/mail/session.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-03-29 08:30:07 +0800
committernobody <nobody@localhost>2000-03-29 08:30:07 +0800
commit3fc9f9098ded4a46c8f4f13f39e5b29c4139388f (patch)
tree828b9805c964e1d00a9ba6be3c1dc64f78be9523 /mail/session.h
parentbce1144ad7cd318cb193eb39aecc42cf8a87358e (diff)
downloadgsoc2013-evolution-3fc9f9098ded4a46c8f4f13f39e5b29c4139388f.tar
gsoc2013-evolution-3fc9f9098ded4a46c8f4f13f39e5b29c4139388f.tar.gz
gsoc2013-evolution-3fc9f9098ded4a46c8f4f13f39e5b29c4139388f.tar.bz2
gsoc2013-evolution-3fc9f9098ded4a46c8f4f13f39e5b29c4139388f.tar.lz
gsoc2013-evolution-3fc9f9098ded4a46c8f4f13f39e5b29c4139388f.tar.xz
gsoc2013-evolution-3fc9f9098ded4a46c8f4f13f39e5b29c4139388f.tar.zst
gsoc2013-evolution-3fc9f9098ded4a46c8f4f13f39e5b29c4139388f.zip
This commit was manufactured by cvs2svn to create tag 'MC_4_5_44'.MC_4_5_44
svn path=/tags/MC_4_5_44/; revision=2228
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 */