futriix/src/motd.h
Kajaruban Surendran 188e7a5693 Configurable option for MOTD
Former-commit-id: 49a89d636ba698dbd0858d5059d3d6387c8c1fc7
2020-11-30 10:42:48 -05:00

14 lines
194 B
C

#pragma once
extern const char *motd_url;
extern const char *motd_cache_file;
#ifdef __cplusplus
extern "C" {
#endif
char *fetchMOTD(int fCache, int enable_motd);
#ifdef __cplusplus
}
#endif