mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-15 06:52:52 +01:00
7 lines
141 B
C++
7 lines
141 B
C++
|
#include <server.h>
|
||
|
#include <spdlog/spdlog.h>
|
||
|
|
||
|
int server_main() {
|
||
|
spdlog::error("Server mode is not implemented yet.");
|
||
|
return 0;
|
||
|
}
|