6#ifndef SPOTLIGHT_BACKENDS_H
7#define SPOTLIGHT_BACKENDS_H
11#ifdef SPOTLIGHT_BACKEND_CNID
15#ifdef SPOTLIGHT_BACKEND_LOCALSEARCH
19#ifdef SPOTLIGHT_BACKEND_XAPIAN
const sl_backend_ops sl_cnid_ops
Definition sl_cnid.c:533
const sl_backend_ops sl_localsearch_ops
Definition sl_localsearch.c:429
const sl_backend_ops sl_xapian_ops
Definition sl_xapian.c:604
Definition spotlight.h:118