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
|
2020-11-27 21:42:08 +00:00
|
|
|
char *fetchMOTD(int fCache, int enable_motd);
|
2020-03-04 17:13:18 -05:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
2020-11-27 21:42:08 +00:00
|
|
|
#endif
|