diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-04-24 04:48:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-24 04:48:05 +0800 |
commit | 9b73ae5c7d2c016a3b1f07b1040355063b32814b (patch) | |
tree | a48d54626fcfcf00e9f96be00dce495c83514637 /mail/mail-session.h | |
parent | ca691310d85f7a266d070cb004d3534215ac47d0 (diff) | |
download | gsoc2013-evolution-9b73ae5c7d2c016a3b1f07b1040355063b32814b.tar.gz gsoc2013-evolution-9b73ae5c7d2c016a3b1f07b1040355063b32814b.tar.zst gsoc2013-evolution-9b73ae5c7d2c016a3b1f07b1040355063b32814b.zip |
Miscellaneous bug fixes.
Diffstat (limited to 'mail/mail-session.h')
-rw-r--r-- | mail/mail-session.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/mail/mail-session.h b/mail/mail-session.h index 5998c9b91c..e98a4bd604 100644 --- a/mail/mail-session.h +++ b/mail/mail-session.h @@ -27,10 +27,7 @@ #include <camel/camel-session.h> #include <shell/e-shell-module.h> -#ifdef __cplusplus -extern "C" { -#pragma } -#endif /* __cplusplus */ +G_BEGIN_DECLS void mail_session_init (EShellModule *shell_module); void mail_session_shutdown (void); @@ -55,8 +52,6 @@ void mail_session_set_junk_headers (const char **name, const char **value, int l extern CamelSession *session; -#ifdef __cplusplus -} -#endif /* __cplusplus */ +G_END_DECLS -#endif /* ! MAIL_SESSION_H */ +#endif /* MAIL_SESSION_H */ |