X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;fp=lib%2Fnotmuch-private.h;h=2bbbb29351aa8d129ade03ac9433d03db38091de;hp=28ced3a2b125a227a6d79f7abfdf90f6ecc925b4;hb=ce360ce4c99597946949317aa40892536c9ebc05;hpb=97c887282a6688323822137a21ea0bfc2344b5c9 diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 28ced3a2..2bbbb293 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -251,10 +251,10 @@ _notmuch_database_filename_to_direntry (void *ctx, /* directory.cc */ notmuch_directory_t * -_notmuch_directory_create (notmuch_database_t *notmuch, - const char *path, - notmuch_find_flags_t flags, - notmuch_status_t *status_ret); +_notmuch_directory_find_or_create (notmuch_database_t *notmuch, + const char *path, + notmuch_find_flags_t flags, + notmuch_status_t *status_ret); unsigned int _notmuch_directory_get_document_id (notmuch_directory_t *directory);