mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-02-02 15:50:47 +03:00
14 lines
140 B
C
14 lines
140 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
// Register WiFi functions
|
|
void register_squeezelite();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|