X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Findexopts.c;fp=lib%2Findexopts.c;h=2ffd19424ea9752d2976a2438c6214c63dba5e41;hb=c128c995bc3e7474d4086af7e2066f60f54329b2;hp=4a8608586a356c083ed8ad35e70fe8882fa21a25;hpb=f316f7ef6af98b8f89f094dde24e36b837b3c5f2;p=notmuch diff --git a/lib/indexopts.c b/lib/indexopts.c index 4a860858..2ffd1942 100644 --- a/lib/indexopts.c +++ b/lib/indexopts.c @@ -20,6 +20,10 @@ #include "notmuch-private.h" +struct _notmuch_indexopts { + _notmuch_crypto_t crypto; +}; + notmuch_indexopts_t * notmuch_database_get_default_indexopts (notmuch_database_t *db) {