X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;fp=lib%2Fnotmuch-private.h;h=4c4083966ee409ae686daf38320c687e547c5d33;hp=e86f45825fa303e715318460299b545877176937;hb=20ff9de24de47e591dd45e7dde0ac10948d6cbf6;hpb=d6929040a4828cf17fb1a4f4d49b95816a5e7b7c diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index e86f4582..4c408396 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -52,6 +52,7 @@ NOTMUCH_BEGIN_DECLS #include "xutil.h" #include "error_util.h" #include "string-util.h" +#include "crypto.h" #ifdef DEBUG # define DEBUG_DATABASE_SANITY 1 @@ -633,6 +634,12 @@ _notmuch_thread_create (void *ctx, notmuch_exclude_t omit_exclude, notmuch_sort_t sort); +/* indexopts.c */ + +struct _notmuch_indexopts { + _notmuch_crypto_t crypto; +}; + NOTMUCH_END_DECLS #ifdef __cplusplus