aboutsummaryrefslogtreecommitdiffstats
path: root/src/ffi.rs
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-04-19 10:21:14 +0200
committerDirk Van Haerenborgh <vhdirk@gmail.com>2018-10-06 10:05:07 +0200
commitf021813ed443b4ef7224d1934881abecf53977a7 (patch)
treec82d534ec74a2fb2025f5815302e6005de78f566 /src/ffi.rs
parent1be0cc6ab7920208b3d6986dbb6076846d758c17 (diff)
downloadmail-f021813ed443b4ef7224d1934881abecf53977a7.tar.gz
cleanup & export db revision uuid
Diffstat (limited to 'src/ffi.rs')
-rw-r--r--src/ffi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffi.rs b/src/ffi.rs
index 3c281fa..5091b43 100644
--- a/src/ffi.rs
+++ b/src/ffi.rs
@@ -399,7 +399,7 @@ extern {
/// this database. Two revision numbers are only comparable if they
/// have the same database UUID.
pub fn notmuch_database_get_revision(notmuch: *mut notmuch_database_t,
- uuid: *mut *const c_char)
+ uuid: *const *mut c_char)
-> c_ulong;
/// Retrieve a directory object from the database for 'path'.