mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +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
|
|
|