]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
database: Export _notmuch_database_find_parent_id for internal use.
[notmuch] / lib / notmuch-private.h
index 50f93eec27472839caa45956f3df1def86767cbb..56929ffa87cb67343fba6bb623832c7410971ded 100644 (file)
@@ -155,6 +155,11 @@ const char *
 _notmuch_database_relative_path (notmuch_database_t *notmuch,
                                 const char *path);
 
+notmuch_status_t
+_notmuch_database_find_parent_id (notmuch_database_t *notmuch,
+                                 const char *path,
+                                 unsigned int *parent_id);
+
 /* thread.cc */
 
 notmuch_thread_t *