#ifndef SNTP_CLI_H #define SNTP_CLI_H #include /** Start the SNTP client. Returns true if started, false if already running. */ bool sntp_cli_start(); #endif // SNTP_CLI_H