diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-19 10:21:14 +0200 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-10-06 10:05:07 +0200 |
| commit | f021813ed443b4ef7224d1934881abecf53977a7 (patch) | |
| tree | c82d534ec74a2fb2025f5815302e6005de78f566 /src/ffi.rs | |
| parent | 1be0cc6ab7920208b3d6986dbb6076846d758c17 (diff) | |
| download | mail-f021813ed443b4ef7224d1934881abecf53977a7.tar.gz | |
cleanup & export db revision uuid
Diffstat (limited to 'src/ffi.rs')
| -rw-r--r-- | src/ffi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'. |
