/* $Id$ */ #ifndef _M_IBC_H #define _M_IBC_H int CountIBC(void); void EditIBC(void); void InitIBC(void); int ibc_doc(FILE *, FILE *, int); #endif