dovecot-2.2: fts: Compiler warning fix when using fts-indexer.h ...

dovecot at dovecot.org dovecot at dovecot.org
Fri Dec 5 01:11:45 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/94c8db49fe59
changeset: 18123:94c8db49fe59
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Dec 05 03:10:32 2014 +0200
description:
fts: Compiler warning fix when using fts-indexer.h directly

diffstat:

 src/plugins/fts/fts-indexer.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 61b789a5e2c7 -r 94c8db49fe59 src/plugins/fts/fts-indexer.h
--- a/src/plugins/fts/fts-indexer.h	Tue Dec 02 00:29:13 2014 -0800
+++ b/src/plugins/fts/fts-indexer.h	Fri Dec 05 03:10:32 2014 +0200
@@ -1,6 +1,7 @@
 #ifndef FTS_BUILD_H
 #define FTS_BUILD_H
 
+struct fts_backend;
 struct fts_indexer_context;
 
 /* Initialize indexing the given mailbox via indexer service. Returns 1 if


More information about the dovecot-cvs mailing list