1 2 3 4 5 6 7
#ifndef SERVER_H #define SERVER_H // Placeholder so that Makefile compilation rule for client/server // can remain symmetric. #endif // SERVER_H