00001 /* dynload.h */ 00002 /* Original Copyright (c) 1999 Alexander Shendi */ 00003 /* Modifications for NT and dl_* interface: D. Souflis */ 00004 00010 #ifndef DYNLOAD_H 00011 #define DYNLOAD_H 00012 00013 #include "scheme-private.h" 00014 00015 SCHEME_EXPORT pointer scm_load_ext(scheme *sc, pointer arglist); 00016 00017 #endif