/************************************************************************ ** ** FILE : cellkaio.h ** ** ZWECK : ** ** AUTOR : Michael C. Ancutici ** Universitaet Stuttgart, Fakultaet Informatik ** ** DATUM : 14.03.93 ** *************************************************************************/ #ifndef CELLKAIO_H #define CELLKAIO_H extern void CellSTKaInsert( int, int); extern void CellTSKaInsert( int, int); extern void CellSTKaRemove( int, int); extern void CellTSKaRemove( int, int); #endif