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=2125fa1b4899a1ae59d4d24ddd2a569557cb7f22 The branch, master has been updated via 2125fa1b4899a1ae59d4d24ddd2a569557cb7f22 (commit) from 5e2f8ad608c9ec774b952bd39b684baabb8e228a (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 2125fa1b4899a1ae59d4d24ddd2a569557cb7f22 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Thu Sep 24 21:09:42 2009 +0300 Minor fixes. * include/mailutils/cfg.h (mu_cfg_perror): Mark as printflike. (mu_cfg_format_error): Likewise. * libmu_argp/radius.c (mu_radius_argp_option): Fix typo in the docstring. * mail/mail.h [!WITH_READLINE] (mailvar_set_compl): New define. ----------------------------------------------------------------------- Summary of changes: include/mailutils/cfg.h | 6 ++++-- libmu_argp/radius.c | 2 +- mail/mail.h | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/include/mailutils/cfg.h b/include/mailutils/cfg.h index 926076d..8994609 100644 --- a/include/mailutils/cfg.h +++ b/include/mailutils/cfg.h @@ -92,8 +92,10 @@ extern mu_cfg_locus_t mu_cfg_locus; mu_opool_t mu_cfg_lexer_pool (void); -void mu_cfg_perror (const mu_cfg_locus_t *, const char *, ...); -void mu_cfg_format_error (mu_debug_t debug, size_t, const char *fmt, ...); +void mu_cfg_perror (const mu_cfg_locus_t *, const char *, ...) + MU_PRINTFLIKE(2,3); +void mu_cfg_format_error (mu_debug_t debug, size_t, const char *fmt, ...) + MU_PRINTFLIKE(3,4); #define MU_CFG_ITER_OK 0 #define MU_CFG_ITER_SKIP 1 diff --git a/libmu_argp/radius.c b/libmu_argp/radius.c index e4c6c1d..b0f186a 100644 --- a/libmu_argp/radius.c +++ b/libmu_argp/radius.c @@ -32,7 +32,7 @@ enum { static struct argp_option mu_radius_argp_option[] = { { "radius-auth-request", OPT_AUTH_REQUEST, N_("REQUEST"), OPTION_HIDDEN, - N_("radius request to authenitcate the user"), 0 }, + N_("radius request to authenticate the user"), 0 }, { "radius-getpwnam-request", OPT_GETPWNAM_REQUEST, N_("REQUEST"), OPTION_HIDDEN, N_("radius request to retrieve a passwd entry based on username"), 0 }, { "radius-getpwuid-request", OPT_GETPWUID_REQUEST, N_("REQUEST"), OPTION_HIDDEN, diff --git a/mail/mail.h b/mail/mail.h index 7eeb600..d9950b0 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -476,6 +476,7 @@ extern char **exec_compl (int argc, char **argv, int ws); # define alias_compl NULL # define var_compl NULL # define exec_compl NULL +# define mailvar_set_compl NULL #endif #ifdef __cplusplus hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org http://lists.gnu.org/mailman/listinfo/commit-mailutils