aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/ruby/defs.h
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-11-24 23:57:07 -0500
committerGravatar David Bremner <bremner@debian.org>2013-02-18 20:23:40 -0400
commitc4f96d09312532d378c51b2a0e0128108fba4a2c (patch)
tree864cad35e705f7bb9d9bced61ed2c9425d71a23d /bindings/ruby/defs.h
parentf29bcc59df128e7ca37ed324846ebb760ee13be8 (diff)
ruby: Add bindings for notmuch_thread_get_messages
Diffstat (limited to 'bindings/ruby/defs.h')
-rw-r--r--bindings/ruby/defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h
index fe81b3f9..5b44585a 100644
--- a/bindings/ruby/defs.h
+++ b/bindings/ruby/defs.h
@@ -262,6 +262,9 @@ VALUE
notmuch_rb_thread_get_toplevel_messages (VALUE self);
VALUE
+notmuch_rb_thread_get_messages (VALUE self);
+
+VALUE
notmuch_rb_thread_get_matched_messages (VALUE self);
VALUE