aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ffi.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ffi.rs b/src/ffi.rs
index 5f71778..ff8d287 100644
--- a/src/ffi.rs
+++ b/src/ffi.rs
@@ -233,7 +233,7 @@ extern {
query_string: *const c_char,
) -> *mut notmuch_query_t;
- pub fn notmuch_query_get_string(
+ pub fn notmuch_query_get_query_string(
query: *mut notmuch_query_t,
) -> *const c_char;
@@ -452,6 +452,7 @@ extern {
pub fn notmuch_directory_set_mtime(
directory: *mut notmuch_directory_t,
+ mtime: time_t,
) -> notmuch_status_t;
pub fn notmuch_directory_get_mtime(