-fno-code shouldn't be a mode.
[ghc-hetmet.git] / ghc / includes / Linker.h
index 35b08ba..bb1a4c2 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Linker.h,v 1.2 2000/12/04 12:31:20 simonmar Exp $
  *
  * (c) The GHC Team, 2000
  *
@@ -25,4 +24,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 */