From f9e4582caa888ae1ac611600fd4266bb73fb3693 Mon Sep 17 00:00:00 2001 From: avsdev-cw Date: Mon, 5 Oct 2020 17:40:45 +0100 Subject: [PATCH] Added modb_use to initR --- src/initR.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/initR.c b/src/initR.c index f4d07fa..7e4ce59 100644 --- a/src/initR.c +++ b/src/initR.c @@ -11,6 +11,8 @@ static const R_CallMethodDef callMethods[] = { {"modb_exists", (DL_FUNC) &modb_exists, 2}, {"modb_create", (DL_FUNC) &modb_create, 3}, {"modb_destroy", (DL_FUNC) &modb_destroy, 2}, + + {"modb_use", (DL_FUNC) &modb_use, 2}, {NULL, NULL, 0} };