From d91ff800362b44670332437e1a448efc83509858 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 20 Mar 2024 19:15:44 -0300 Subject: [PATCH] Update context.h --- ext/bsdcontrol.rb/context.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/bsdcontrol.rb/context.h b/ext/bsdcontrol.rb/context.h index e262313..ea83079 100644 --- a/ext/bsdcontrol.rb/context.h +++ b/ext/bsdcontrol.rb/context.h @@ -5,6 +5,6 @@ struct bsdcontrol_ctx_t { hbsdctrl_ctx_t *ctx; }; -VALUE bsdcontrol_context_alloc(VALUE klass); -VALUE bsdcontrol_context_library_version(VALUE self); -VALUE bsdcontrol_context_available_features(VALUE self); +VALUE bsdcontrol_context_alloc(VALUE); +VALUE bsdcontrol_context_library_version(VALUE); +VALUE bsdcontrol_context_available_features(VALUE);