* libanthracite files are now all in lib/ * anthracite-bin + anthracite-api-bin files are now all in src/ * socket split into header and source properly
5 lines
128 B
C++
5 lines
128 B
C++
#include "backends/backend.hpp"
|
|
|
|
using namespace anthracite;
|
|
int anthracite_main(int argc, char** argv, backends::backend& be);
|