mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-14 22:42: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;
|
|
} |