aboutsummaryrefslogtreecommitdiffstats
path: root/src/ffi.rs
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2019-10-18 15:11:26 +0200
committerDirk Van Haerenborgh <vhdirk@gmail.com>2019-10-18 15:11:26 +0200
commit9b0d6458bdac2d9cc99a0fc2abbfd11a2c7115d2 (patch)
treef36e37197d433b862c8eeb24ff12d44501d08d71 /src/ffi.rs
parent24936ad1d0a3489c766c819f2f824962c770cce0 (diff)
downloadmail-9b0d6458bdac2d9cc99a0fc2abbfd11a2c7115d2.tar.gz
query: implement add_tag_exclude
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 7533b06..6075014 100644
--- a/src/ffi.rs
+++ b/src/ffi.rs
@@ -674,7 +674,7 @@ extern "C" {
/// Add a tag that will be excluded from the query results by default.
/// This exclusion will be overridden if this tag appears explicitly in
/// the query.
- pub fn notmuch_query_add_tag_exclude(query: *mut notmuch_query_t, tag: *const c_char);
+ pub fn notmuch_query_add_tag_exclude(query: *mut notmuch_query_t, tag: *const c_char) -> notmuch_status_t;
/// Execute a query for threads, returning a `notmuch_threads_t` object
/// which can be used to iterate over the results. The returned threads