aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/ruby/defs.h
diff options
context:
space:
mode:
authorGravatar Ali Polatel <alip@exherbo.org>2012-05-07 18:02:43 +0300
committerGravatar David Bremner <bremner@debian.org>2012-05-08 10:32:45 -0300
commitd0000daab3f2b04b6b39210dd219de26fa2c8c13 (patch)
treed99f674bc33b8c1c6c1827a010334337aeb0552a /bindings/ruby/defs.h
parent4997ec95719a50a1882ec9b84dcb31e7984a3565 (diff)
ruby: Add wrapper for notmuch_query_count_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 81f652fb..25222a6c 100644
--- a/bindings/ruby/defs.h
+++ b/bindings/ruby/defs.h
@@ -222,6 +222,9 @@ notmuch_rb_query_search_threads (VALUE self);
VALUE
notmuch_rb_query_search_messages (VALUE self);
+VALUE
+notmuch_rb_query_count_messages (VALUE self);
+
/* threads.c */
VALUE
notmuch_rb_threads_destroy (VALUE self);