mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
12 lines
152 B
C
12 lines
152 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int metrics_http_post_request(const char* payload, const char* url);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|