[project @ 2002-07-21 11:46:34 by panne]
[ghc-hetmet.git] / ghc / includes / Linker.h
index 35b08ba..c2fd399 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Linker.h,v 1.2 2000/12/04 12:31:20 simonmar Exp $
+ * $Id: Linker.h,v 1.4 2002/05/01 15:46:14 simonmar Exp $
  *
  * (c) The GHC Team, 2000
  *
@@ -25,4 +25,7 @@ HsInt loadObj( char *path );
 /* resolve all the currently unlinked objects in memory */
 HsInt resolveObjs( void );
 
+/* load a dynamic library */
+char *addDLL( char* dll_name );
+
 #endif /* LINKER_H */