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