Update context.h
This commit is contained in:
parent
000568a82e
commit
d91ff80036
1 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,6 @@ struct bsdcontrol_ctx_t {
|
||||||
hbsdctrl_ctx_t *ctx;
|
hbsdctrl_ctx_t *ctx;
|
||||||
};
|
};
|
||||||
|
|
||||||
VALUE bsdcontrol_context_alloc(VALUE klass);
|
VALUE bsdcontrol_context_alloc(VALUE);
|
||||||
VALUE bsdcontrol_context_library_version(VALUE self);
|
VALUE bsdcontrol_context_library_version(VALUE);
|
||||||
VALUE bsdcontrol_context_available_features(VALUE self);
|
VALUE bsdcontrol_context_available_features(VALUE);
|
||||||
|
|
Loading…
Reference in a new issue