#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: /home/cvs/cvsroot/onelan/onelan/src/mplib1/include/bpo_list_internal.h,v $ * $Author: mpoole $ * $Date: 2002/10/07 09:37:49 $ * $Revision: 1.2 $ * Purpose : * ******************************************************************************* * * Change History * * $Log: bpo_list_internal.h,v $ * Revision 1.2 2002/10/07 09:37:49 mpoole * Initial checkin of mplib1-3.1.0 * * Revision 1.1 2002/10/07 09:36:50 mpoole * Initial checkin of mplib1-3.1.0 * * ******************************************************************************* */ #ident "$Header: /home/cvs/cvsroot/onelan/onelan/src/mplib1/include/bpo_list_internal.h,v 1.2 2002/10/07 09:37:49 mpoole Exp $" /* ------------------------------------------------------------------ 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 -- */