The R Project SVN R

Rev

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

Rev 42582 Rev 43904
Line 151... Line 151...
151
        finding symbols in R itself,
151
        finding symbols in R itself,
152
        handling the cached symbols,
152
        handling the cached symbols,
153
        processing the library path. 
153
        processing the library path. 
154
   */
154
   */
155
typedef struct {
155
typedef struct {
156
    HINSTANCE (*loadLibrary)(const char *path, int asLocal, int now); 
156
    HINSTANCE (*loadLibrary)(const char *path, int asLocal, int now,
-
 
157
			     char const *search); 
157
    /* Load the dynamic library. */
158
    /* Load the dynamic library. */
158
    DL_FUNC  (*dlsym)(DllInfo *info, char const *name); 
159
    DL_FUNC  (*dlsym)(DllInfo *info, char const *name); 
159
    /* Low-level symbol lookup in library */
160
    /* Low-level symbol lookup in library */
160
    void     (*closeLibrary)(HINSTANCE handle); 
161
    void     (*closeLibrary)(HINSTANCE handle); 
161
    /* Unload the dynamic library from process. */
162
    /* Unload the dynamic library from process. */