#ifndef CLIENT_VALIDATION_H #define CLIENT_VALIDATION_H #include "config.h" #include bool validate_config(const Config* config); #endif