Added modb_use to R and the c handler + moved the connection referencing to a helpers file
This commit is contained in:
9
src/R_helpers_p.h
Normal file
9
src/R_helpers_p.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef H__R_HELPERS_P__
|
||||
#define H__R_HELPERS_P__
|
||||
|
||||
#include <Rinternals.h>
|
||||
#include "database.h"
|
||||
|
||||
struct stored_conn_t *getConnectionByRef(SEXP r_conn_ref);
|
||||
|
||||
#endif // H__R_HELPERS_P__
|
||||
Reference in New Issue
Block a user