]> git.notmuchmail.org Git - notmuch/blobdiff - lib/add-message.cc
reindex: drop notmuch_param_t, use notmuch_indexopts_t instead
[notmuch] / lib / add-message.cc
index 7b5cb70223d433339ed9519593ec6b277b8338d9..73bde7faf049601e90e0a7af91de806fcc009a7d 100644 (file)
@@ -460,7 +460,7 @@ _notmuch_database_link_message (notmuch_database_t *notmuch,
 notmuch_status_t
 notmuch_database_index_file (notmuch_database_t *notmuch,
                             const char *filename,
-                            notmuch_param_t unused (*indexopts),
+                            notmuch_indexopts_t unused (*indexopts),
                             notmuch_message_t **message_ret)
 {
     notmuch_message_file_t *message_file;