[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / dynamic.h
1 void* getDLLSymbol Args((String,String));
2 void* lookupSymbol Args((ObjectFile file, String symbol));
3 ObjectFile loadLibrary Args((String fn));
4
5