From: simonmar Date: Mon, 23 Jul 2001 10:43:18 +0000 (+0000) Subject: [project @ 2001-07-23 10:43:18 by simonmar] X-Git-Tag: Approximately_9120_patches~1486 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f94afcba74c9163f6ad780424e2db2af74b24c80;p=ghc-hetmet.git [project @ 2001-07-23 10:43:18 by simonmar] merge in changes from rts/Linker.h --- diff --git a/ghc/includes/Linker.h b/ghc/includes/Linker.h index 35b08ba..7a6cd22 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.3 2001/07/23 10:43:18 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* path, char* dll_name ); + #endif /* LINKER_H */