11 lines
256 B
C
11 lines
256 B
C
|
#include <ruby.h>
|
||
|
#include <libhbsdcontrol.h>
|
||
|
|
||
|
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);
|