/*****************************************************************************/ /* overseer.h */ /*****************************************************************************/ #ifndef OVERSEER_H_LOADED #define OVERSEER_H_LOADED 1 /* function prototypes */ void OverseerProcess (int, char*[]); void OverseerLog (int, int); void OverseerSubprocessLog (char*); #endif /* OVERSEER_H_LOADED */ /****************************************************************************/