[project @ 2001-05-08 14:39:27 by simonpj]
[ghc-hetmet.git] / ghc / rts / Linker.h
index 5ec2c01..5ab3c64 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Linker.h,v 1.2 2001/01/24 15:39:50 simonmar Exp $
+ * $Id: Linker.h,v 1.4 2001/02/14 11:02:36 sewardj Exp $
  *
  * (c) The GHC Team, 2000
  *
@@ -21,3 +21,6 @@ HsInt loadObj( char *path );
 
 /* resolve all the currently unlinked objects in memory */
 HsInt resolveObjs( void );
+
+/* load a dynamic library */
+char *addDLL( char *path );