2020-03-04 17:13:18 -05:00
|
|
|
#pragma once
|
|
|
|
|
2020-03-15 18:32:05 -04:00
|
|
|
extern const char *motd_url;
|
2020-03-15 18:47:01 -04:00
|
|
|
extern const char *motd_cache_file;
|
2020-03-15 18:32:05 -04:00
|
|
|
|
2020-03-04 17:13:18 -05:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
char *fetchMOTD(int fCache);
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|