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} };