X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=lib%2Fnotmuch-private.h;h=9f470c9f9e389d9ff19c6ceced0ad08bcddd724e;hb=84742d86ab2fd3e5b5b601f073351454b993575e;hp=50f93eec27472839caa45956f3df1def86767cbb;hpb=ba12bf1f2625a34f960502a06ba8907445ef5257;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 50f93eec..9f470c9f 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -155,6 +155,17 @@ const char * _notmuch_database_relative_path (notmuch_database_t *notmuch, const char *path); +notmuch_status_t +_notmuch_database_split_path (void *ctx, + const char *path, + const char **directory, + const char **basename); + +notmuch_status_t +_notmuch_database_find_directory_id (notmuch_database_t *database, + const char *path, + unsigned int *directory_id); + /* thread.cc */ notmuch_thread_t *