add Outputable instance for OccIfaceEq
[ghc-hetmet.git] / includes / Linker.h
index 681a7f9..053d411 100644 (file)
@@ -31,7 +31,7 @@ HsInt loadObj( char *path );
 HsInt resolveObjs( void );
 
 /* load a dynamic library */
-char *addDLL( char* dll_name );
+const char *addDLL( char* dll_name );
 
 extern void markRootPtrTable(void (*)(StgClosure **));