Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Mar 16, 2024
1 parent e1d27c7 commit b630a50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r/adbcsqlite/src/init.c → r/adbcsqlite/src/init.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <adbc.h>

extern "C" {
AdbcStatusCode SqliteDriverInit(int version, void* raw_driver, struct AdbcError* error);

static SEXP init_func_xptr = 0;
Expand All @@ -40,3 +41,4 @@ void R_init_adbcsqlite(DllInfo* dll) {
R_PreserveObject(init_func_xptr);
UNPROTECT(1);
}
}

0 comments on commit b630a50

Please sign in to comment.