aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/notmuch-private.h')
-rw-r--r--lib/notmuch-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index 3768d6f8..f9774a48 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -167,6 +167,9 @@ _notmuch_database_split_path (void *ctx,
const char *
_notmuch_database_get_directory_db_path (const char *path);
+unsigned int
+_notmuch_database_generate_doc_id (notmuch_database_t *notmuch);
+
notmuch_private_status_t
_notmuch_database_find_unique_doc_id (notmuch_database_t *notmuch,
const char *prefix_name,