X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FLinker.h;h=c2fd3997106a9261029caa1b34cb449197eb15b8;hb=c883f6969ad957637649f3af1a2b6977555bdd32;hp=35b08ba4ab8e5d6b07a8fb1fd6910f1110ae626b;hpb=9ac55e08e159d7a4647ab01e7872e69dd762f275;p=ghc-hetmet.git diff --git a/ghc/includes/Linker.h b/ghc/includes/Linker.h index 35b08ba..c2fd399 100644 --- a/ghc/includes/Linker.h +++ b/ghc/includes/Linker.h @@ -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 */