[project @ 1999-11-17 16:57:38 by andy]
[ghc-hetmet.git] / ghc / interpreter / dynamic.h
index 85e1736..9534312 100644 (file)
@@ -1,5 +1,4 @@
-void* getDLLSymbol Args((String,String));
-void* lookupSymbol Args((ObjectFile file, String symbol));
-ObjectFile loadLibrary Args((String fn));
 
+extern void*      getDLLSymbol   Args((Int,String,String));
+extern Bool       stdcallAllowed Args((void));