[project @ 1996-04-20 10:37:06 by partain]
[ghc-hetmet.git] / ghc / includes / stgio.h
index f4708f3..972b96e 100644 (file)
@@ -14,7 +14,7 @@ StgInt closeFile PROTO((StgAddr));
 StgInt createDirectory PROTO((StgByteArray));
 
 /* env.lc */
-char * strdup          PROTO((char *));
+char * strDup          PROTO((const char *));
 int    setenviron      PROTO((char **));
 int    copyenv         (STG_NO_ARGS);
 int    setenv          PROTO((char *));