Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
Declare entry points in a dedicated header and compile the source separately instead of including it in the server implementation.