[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mailutils branch, master, updated. rel-2_1-10-g97983e6
From: |
Sergey Poznyakoff |
Subject: |
[SCM] GNU Mailutils branch, master, updated. rel-2_1-10-g97983e6 |
Date: |
Sun, 25 Oct 2009 17:04:40 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=97983e636ecef923fb57be891c5d4419f99b4e31
The branch, master has been updated
via 97983e636ecef923fb57be891c5d4419f99b4e31 (commit)
from 4f36463dfe2d17b2932a656fffee9aeb7832abe4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 97983e636ecef923fb57be891c5d4419f99b4e31
Author: Sergey Poznyakoff <address@hidden>
Date: Sun Oct 25 19:02:56 2009 +0200
Revamp common mu_gsasl_module_data as extern.
* include/mailutils/gsasl.h (mu_gsasl_module_data): Mark as extern.
-----------------------------------------------------------------------
Summary of changes:
include/mailutils/gsasl.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/mailutils/gsasl.h b/include/mailutils/gsasl.h
index ef33f25..8bf7a99 100644
--- a/include/mailutils/gsasl.h
+++ b/include/mailutils/gsasl.h
@@ -31,7 +31,7 @@ struct mu_gsasl_module_data
int mu_gsasl_module_init (enum mu_gocs_op, void *);
-struct mu_gsasl_module_data mu_gsasl_module_data;
+extern struct mu_gsasl_module_data mu_gsasl_module_data;
#ifdef WITH_GSASL
#include <gsasl.h>
hooks/post-receive
--
GNU Mailutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mailutils branch, master, updated. rel-2_1-10-g97983e6,
Sergey Poznyakoff <=