10 lines
185 B
C
10 lines
185 B
C
#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__
|