~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/plugins/fts/fts-search-args.h

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2015-05-24 15:01:19 UTC
  • mto: (4.1.53 sid)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: package-import@ubuntu.com-20150524150119-hsh6cbr1fqseapga
Tags: upstream-2.2.18
ImportĀ upstreamĀ versionĀ 2.2.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef FTS_SEARCH_ARGS_H
 
2
#define FTS_SEARCH_ARGS_H
 
3
 
 
4
int fts_search_args_expand(struct fts_backend *backend,
 
5
                           struct mail_search_args *args);
 
6
 
 
7
#endif