The R Project SVN R

Rev

Rev 60708 | Rev 68949 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60708 Rev 60718
Line 43... Line 43...
43
    R_X11clp readclp;
43
    R_X11clp readclp;
44
} R_X11Routines;
44
} R_X11Routines;
45
 
45
 
46
typedef struct {
46
typedef struct {
47
    R_X11DataEntryRoutine de;
47
    R_X11DataEntryRoutine de;
48
    R_GetX11ImageRoutine  image;
-
 
49
    R_X11DataViewer dv;
48
    R_X11DataViewer dv;
50
} R_deRoutines;
49
} R_deRoutines;
51
 
50
 
52
#ifdef __cplusplus
51
#ifdef __cplusplus
53
extern "C" {
52
extern "C" {