The R Project SVN R-packages

Rev

Rev 3821 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3821 Rev 4160
Line 1... Line 1...
1
#include "sqlite_dataframe.h"
1
#include "sqlite_dataframe.h"
-
 
2
#include "exports.h"
2
#include <R_ext/Rdynload.h>
3
#include <R_ext/Rdynload.h>
3
 
4
 
4
static const R_CallMethodDef CallEntries[] = {
5
static const R_CallMethodDef CallEntries[] = {
5
    /* sqlite_workspace.c */
6
    /* sqlite_workspace.c */
6
    {"sdf_init_workspace", (DL_FUNC) &sdf_init_workspace, 0},
7
    {"sdf_init_workspace", (DL_FUNC) &sdf_init_workspace, 0},