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