The R Project SVN R

Rev

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

Rev 60255 Rev 60373
Line 97... Line 97...
97
		       const R_CallMethodDef * const callRoutines, 
97
		       const R_CallMethodDef * const callRoutines, 
98
		       const R_FortranMethodDef * const fortranRoutines,
98
		       const R_FortranMethodDef * const fortranRoutines,
99
                       const R_ExternalMethodDef * const externalRoutines);
99
                       const R_ExternalMethodDef * const externalRoutines);
100
 
100
 
101
Rboolean R_useDynamicSymbols(DllInfo *info, Rboolean value);
101
Rboolean R_useDynamicSymbols(DllInfo *info, Rboolean value);
-
 
102
Rboolean R_forceSymbols(DllInfo *info, Rboolean value);
102
 
103
 
103
DllInfo *R_getDllInfo(const char *name);
104
DllInfo *R_getDllInfo(const char *name);
104
 
105
 
105
/* to be used by applications embedding R to register their symbols
106
/* to be used by applications embedding R to register their symbols
106
   that are not related to any dynamic module */
107
   that are not related to any dynamic module */