aboutsummaryrefslogtreecommitdiffstats
path: root/src/ffi.rs
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-03-23 06:49:37 +0100
committerDirk Van Haerenborgh <vhdirk@gmail.com>2018-03-23 06:49:37 +0100
commit257e61b035c8fa80458f3aa44e068a3522b6686c (patch)
treea0aaab9cd09cea6b02cdd500d1cd8469d25a346d /src/ffi.rs
parentccfa3d4864ff043abf1800e5397251afad7693d5 (diff)
downloadmail-257e61b035c8fa80458f3aa44e068a3522b6686c.tar.gz
search threads
Diffstat (limited to 'src/ffi.rs')
-rw-r--r--src/ffi.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ffi.rs b/src/ffi.rs
index 76045e3..caecc0e 100644
--- a/src/ffi.rs
+++ b/src/ffi.rs
@@ -731,9 +731,9 @@ extern {
/// to call it if the query is about to be destroyed).
///
/// @since libnotmuch 4.2 (notmuch 0.20)
- pub fn notmuch_query_search_threads(
- query: *mut notmuch_query_t,
- ) -> *mut notmuch_threads_t;
+ pub fn notmuch_query_search_threads(query: *mut notmuch_query_t,
+ out: *mut *mut notmuch_threads_t)
+ -> notmuch_status_t;
/// Execute a query for messages, returning a `notmuch_messages_t` object
/// which can be used to iterate over the results. The returned