14 lines
181 B
C
14 lines
181 B
C
#pragma once
|
|
|
|
extern const char *motd_url;
|
|
extern const char *motd_cache_file;
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
char *fetchMOTD(int fCache);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |