X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=bindings%2Fruby%2Finit.c;h=f3b2e5b19ea5700e080bc2c995e13b65200ce3e9;hb=fba9774a81e90a179ccfa810c47a501eaf266e2b;hp=819fd1e35dc87a85945b57791149748910134ce3;hpb=12c36a5e3f676d5108cede6ac09204fb62fa20b1;p=notmuch diff --git a/bindings/ruby/init.c b/bindings/ruby/init.c index 819fd1e3..f3b2e5b1 100644 --- a/bindings/ruby/init.c +++ b/bindings/ruby/init.c @@ -46,6 +46,10 @@ ID ID_call; ID ID_db_create; ID ID_db_mode; +const rb_data_type_t notmuch_rb_object_type = { + .wrap_struct_name = "notmuch_object", +}; + /* * Document-module: Notmuch *