diff options
author | nobody <nobody@localhost> | 2000-04-24 03:19:31 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-04-24 03:19:31 +0800 |
commit | 96599e64ef45444cf7e3a56e7e00f5295920d549 (patch) | |
tree | 99a4d80d9f1acb9f56cf26e221bf13a312e97890 /mail/session.h | |
parent | 49c2cb5af1a58b24fc08d2ce351307a4cfad96f5 (diff) | |
download | gsoc2013-evolution-BUG_BUDDY_0_9.tar.gz gsoc2013-evolution-BUG_BUDDY_0_9.tar.zst gsoc2013-evolution-BUG_BUDDY_0_9.zip |
This commit was manufactured by cvs2svn to create tagBUG_BUDDY_0_9
'BUG_BUDDY_0_9'.
svn path=/tags/BUG_BUDDY_0_9/; revision=2565
Diffstat (limited to 'mail/session.h')
-rw-r--r-- | mail/session.h | 17 |
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 */ |