X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Findexopts.c;h=2ffd19424ea9752d2976a2438c6214c63dba5e41;hp=4a8608586a356c083ed8ad35e70fe8882fa21a25;hb=HEAD;hpb=8aeba1228ace947c1b689ae6ae08db5d53755917 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) {