[project @ 1999-08-04 17:03:20 by panne]
[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