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=1d5c1ef0d22380eafe6ee78991e0c60315a33222 The branch, master has been updated via 1d5c1ef0d22380eafe6ee78991e0c60315a33222 (commit) from c66e1b8de8fd661a34f03734cbb0a559324c3075 (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 1d5c1ef0d22380eafe6ee78991e0c60315a33222 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Tue Nov 2 10:57:21 2010 +0200 Minor changes. * include/mailutils/wordsplit.h (mu_wordsplit_free_words): New proto. * libmu_auth/sql.c: Include wordsplit.h ----------------------------------------------------------------------- Summary of changes: include/mailutils/wordsplit.h | 1 + libmu_auth/sql.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/mailutils/wordsplit.h b/include/mailutils/wordsplit.h index 40e4289..3ddedb6 100644 --- a/include/mailutils/wordsplit.h +++ b/include/mailutils/wordsplit.h @@ -126,6 +126,7 @@ int mu_wordsplit (const char *s, struct mu_wordsplit *p, int flags); int mu_wordsplit_len (const char *s, size_t len, struct mu_wordsplit *p, int flags); void mu_wordsplit_free (struct mu_wordsplit *p); +void mu_wordsplit_free_words (struct mu_wordsplit *ws); int mu_wordsplit_c_unquote_char (int c); int mu_wordsplit_c_quote_char (int c); diff --git a/libmu_auth/sql.c b/libmu_auth/sql.c index e622470..c4e3dfb 100644 --- a/libmu_auth/sql.c +++ b/libmu_auth/sql.c @@ -50,6 +50,7 @@ #include <mailutils/util.h> #include <mailutils/sql.h> #include <mailutils/cstr.h> +#include <mailutils/wordsplit.h> #include "sql.h" #ifdef USE_SQL hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org http://lists.gnu.org/mailman/listinfo/commit-mailutils