Skip to content
Snippets Groups Projects
Commit 34428afb authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-05-18 11:33:21 by panne]

Add addrOf_ErrorHdrHook prototype
parent 5edbd17d
No related branches found
No related tags found
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: stgio.h,v 1.19 2000/04/12 17:33:16 simonmar Exp $
* $Id: stgio.h,v 1.20 2000/05/18 11:33:21 panne Exp $
*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1999
*
......@@ -227,7 +227,9 @@ StgInt prim_toUTCTime ( StgInt64,StgByteArray );
StgInt toClockSec (StgInt, StgInt, StgInt, StgInt, StgInt, StgInt, StgInt, StgByteArray);
/* writeError.c */
StgAddr addrOf_ErrorHdrHook(void);
void writeErrString__ (StgAddr, StgByteArray, StgInt);
/* writeFile.c */
StgInt writeBuf (StgForeignPtr, StgAddr, StgInt, StgInt);
StgInt writeBufBA (StgForeignPtr, StgByteArray, StgInt, StgInt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment