#pragma once #ifdef __cplusplus extern "C" { #endif char *fetchMOTD(int fCache); #ifdef __cplusplus } #endif