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