]> 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 b956634057f9dcae62b6b9778ff5415250574a0a..56929ffa87cb67343fba6bb623832c7410971ded 100644 (file)
@@ -151,6 +151,15 @@ typedef enum _notmuch_private_status {
 const char *
 _find_prefix (const char *name);
 
+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 *