]> git.cworth.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib/message: drop _notmuch_message_get_thread_id_only
[notmuch] / lib / notmuch-private.h
index e9ce74a4b178737ea74c7553823e8d6a7c6e2be0..c63cfe5e698fa6f087c53cd52abc159360320622 100644 (file)
@@ -586,9 +586,6 @@ _notmuch_message_add_reply (notmuch_message_t *message,
 void
 _notmuch_message_remove_unprefixed_terms (notmuch_message_t *message);
 
-const char *
-_notmuch_message_get_thread_id_only (notmuch_message_t *message);
-
 size_t _notmuch_message_get_thread_depth (notmuch_message_t *message);
 
 void
@@ -711,9 +708,7 @@ _notmuch_thread_create (void *ctx,
 
 /* indexopts.c */
 
-struct _notmuch_indexopts {
-    _notmuch_crypto_t crypto;
-};
+struct _notmuch_indexopts;
 
 #define CONFIG_HEADER_PREFIX "index.header."