mongoose/src/sntp.h
Sergio R. Caprile 0897b0969d update example
2024-06-10 16:12:38 -03:00

11 lines
355 B
C

#pragma once
#include "net.h"
struct mg_connection *mg_sntp_connect(struct mg_mgr *mgr, const char *url,
mg_event_handler_t fn, void *fn_data);
void mg_sntp_request(struct mg_connection *c);
int64_t mg_sntp_parse(const unsigned char *buf, size_t len);
uint64_t mg_now(void); // Return milliseconds since Epoch