#ifndef MPLIB1_BPO_INIT_INTERNAL #define MPLIB1_BPO_INIT_INTERNAL /* ******************************************************************************* * Copyright (c) 1996 Martin Poole * ******************************************************************************* ** ** WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! ** ** Any changes to be made to this file should first be checked with ** mplib1 source control for library integrity. ** ** mplib1 source control can be reached at mplib1@quatermass.co.uk ** * * $Source$ * $Author$ * $Date$ * $Revision$ * Purpose : * ******************************************************************************* * * Change History * * $Log$ * ******************************************************************************* */ #ident "$Header$" /* ------------------------------------------------------------------ defines ------------------------------------------------------------------ */ #define GNNODE(n,off) ((bpo_Node_t *)GRPTR(n,off)) #define GANNODE(bp,off) (bpo_Node_t *)((char *)bp+off) /* ------------------------------------------------------------------ structures ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ function definitions ------------------------------------------------------------------ */ #endif /* -- End of File -- */