#ifndef SERVER_H
#define SERVER_H
#ifdef __cplusplus
extern "C" {
#endif\
const char *server_get_motd();
}
#endif