/* * Project 3 - Shared memory and semaphores. * Dr. Silaghi's Operating System Concepts. * main.h - Main client header file. * By Michael Rywalt - 2569 */ #ifndef _MAIN_H_ #define _MAIN_H_ #include #include #include #include #include "../Daemon/daemon.h" /* For lockfile name. */ #include "../Common/common.h" #endif /* _MAIN_H_ */