forked from gronod/squeezelite-esp32
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
|
|
|