]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message.cc
reindex: drop notmuch_param_t, use notmuch_indexopts_t instead
[notmuch] / lib / message.cc
index 539d3320b24144b093db6332785fe23e2218a6d2..98a88d3a4e34cde003844a2e5df16028d1c68fd9 100644 (file)
@@ -1939,7 +1939,7 @@ _notmuch_message_frozen (notmuch_message_t *message)
 
 notmuch_status_t
 notmuch_message_reindex (notmuch_message_t *message,
 
 notmuch_status_t
 notmuch_message_reindex (notmuch_message_t *message,
-                        notmuch_param_t unused (*indexopts))
+                        notmuch_indexopts_t unused (*indexopts))
 {
     notmuch_database_t *notmuch = NULL;
     notmuch_status_t ret = NOTMUCH_STATUS_SUCCESS;
 {
     notmuch_database_t *notmuch = NULL;
     notmuch_status_t ret = NOTMUCH_STATUS_SUCCESS;