Implement archive loading for ghci
[ghc-hetmet.git] / includes / rts / Linker.h
index 73d18ca..f7c8ce9 100644 (file)
@@ -32,6 +32,9 @@ HsInt unloadObj( char *path );
 /* add an obj (populate the global symbol table, but don't resolve yet) */
 HsInt loadObj( char *path );
 
+/* add an arch (populate the global symbol table, but don't resolve yet) */
+HsInt loadArchive( char *path );
+
 /* resolve all the currently unlinked objects in memory */
 HsInt resolveObjs( void );